ObjToSchematic/styles.css
2021-07-01 16:16:32 +01:00

16 lines
212 B
CSS

body {
margin: 0;
font-family: monospace;
}
canvas {
display: block;
width: 100vw;
height: 100vh;
}
#b {
position: absolute;
top: 10px;
width: 100%;
text-align: center;
z-index: 2;
}