10 lines
112 B
CSS
10 lines
112 B
CSS
body {
|
|
background-color: black;
|
|
color: white;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
text-transform: uppercase;
|
|
}
|