11 lines
154 B
CSS
11 lines
154 B
CSS
body {
|
|
font-family: sans-serif;
|
|
background-color: #f4f4f4;
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
body {
|
|
background: black;
|
|
color: white;
|
|
}
|