5 lines
70 B
CSS
5 lines
70 B
CSS
|
body {
|
||
|
background-color: lightgrey;
|
||
|
font-family: monospace;
|
||
|
}
|