glcanvas/style.css

19 lines
200 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
/* overflow: hidden; */
}
canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}