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

10 lines
161 B
CSS
Raw Normal View History

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