Difference between revisions of "User:Certified nqh/common.css"
| Line 6: | Line 6: | ||
body { | body { | ||
| + | background-color: black; | ||
| + | color: white; | ||
| + | } | ||
| + | |||
| + | div { | ||
background-color: black; | background-color: black; | ||
color: white; | color: white; | ||
} | } | ||
Revision as of 13:45, 12 October 2023
@keyframes signature {
0% {left-margin: 0%; right-margin: 100%;}
50% {right-margin: 0%; left-margin: 100%;}
100% {left-margin: 0%; right-margin: 100%;}
}
body {
background-color: black;
color: white;
}
div {
background-color: black;
color: white;
}
