apple2js/js/components/css/Printer.module.css
2022-06-09 12:22:59 -07:00

10 lines
157 B
CSS

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