4 lines
115 B
CSS
4 lines
115 B
CSS
|
html, body { background: black; color: white; font-family: monospace; }
|
||
|
|
||
|
h1, h2, h3, p { font-family: monospace; }
|