ObjToSchematic/styles.css

16 lines
212 B
CSS
Raw Normal View History

2021-07-01 23:16:32 +08:00
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;
}