5 lines
79 B
CSS
5 lines
79 B
CSS
|
html {
|
||
|
background-color: black;
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
}
|