5 lines
60 B
CSS
5 lines
60 B
CSS
|
body {
|
||
|
background-color: #444444;
|
||
|
color: #f70b0b;
|
||
|
}
|