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

10 lines
161 B
CSS
Raw Normal View History

2022-06-09 12:22:59 -07:00
.printer {
background: white;
2022-06-25 17:40:47 -07:00
font: monospace;
2022-06-09 12:22:59 -07:00
width: 60em;
padding: 5em;
height: 60vh;
overflow: auto;
border: 2px inset #f0edd0;
}