5 lines
56 B
CSS
5 lines
56 B
CSS
|
body {
|
||
|
color: white;
|
||
|
background-color: black;
|
||
|
}
|