Template for assignments in js
This commit is contained in:
15
style.css
Normal file
15
style.css
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user