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

10 lines
157 B
CSS
Raw Normal View History

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