public/assets/index.css
2024-05-22 04:03:59 -07:00

26 lines
265 B
CSS

canvas {
position: fixed;
top: 0;
left: 0;
}
main {
bottom: 0;
left: 0;
position: fixed;
padding: 8px;
}
#pre {
background: transparent;
margin: 0;
}
#main {
font-family: monospace;
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
}