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