7 lines
101 B
CSS
7 lines
101 B
CSS
|
body {
|
||
|
font-family: monospace;
|
||
|
background: #b3ffba;
|
||
|
max-width: 50em;
|
||
|
margin: auto;
|
||
|
}
|