glcanvas/style.css

19 lines
200 B
CSS
Raw Normal View History

2024-08-05 23:29:12 -04:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
/* overflow: hidden; */
}
canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}