Initial assignment1 solution.

This commit is contained in:
2022-12-01 13:05:47 +01:00
parent 78059acc02
commit 7419970f41
4 changed files with 109 additions and 1 deletions

15
style.css Normal file
View File

@@ -0,0 +1,15 @@
body {
background: transparent; /* Make it white if you need */
color: #fc8224;
padding: 0 24px;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#answer {
color: purple
}
p {
margin: 0px
}