mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
10 lines
161 B
CSS
10 lines
161 B
CSS
.printer {
|
|
background: white;
|
|
font: monospace;
|
|
width: 60em;
|
|
padding: 5em;
|
|
height: 60vh;
|
|
overflow: auto;
|
|
border: 2px inset #f0edd0;
|
|
}
|