11 lines
110 B
CSS
11 lines
110 B
CSS
body {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
header,
|
|
footer {
|
|
font-size: 150px;
|
|
line-height: 1.5em;
|
|
}
|