apple2js/js/components/css/Printer.module.css

10 lines
161 B
CSS

.printer {
background: white;
font: monospace;
width: 60em;
padding: 5em;
height: 60vh;
overflow: auto;
border: 2px inset #f0edd0;
}