26 lines
265 B
CSS
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;
|
|
}
|