Template for assignments in js

This commit is contained in:
2022-12-04 18:24:26 +01:00
parent 78059acc02
commit b754056efd
3 changed files with 65 additions and 0 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
}