18 lines
225 B
CSS
18 lines
225 B
CSS
body {
|
|
line-height: 1.4em;
|
|
font-family: 'Courier 10 Pitch', monospace;
|
|
font-size: 12pt;
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
#output {
|
|
margin: 1.4em auto;
|
|
width: 80em;
|
|
height: 48em;
|
|
}
|
|
|
|
#input {
|
|
display: none;
|
|
}
|