webgl-threejs-hello/app/style.css
2018-10-10 11:30:18 -04:00

13 lines
168 B
CSS

html, body {
position: relative;
margin: 0;
padding: 0;
width: 100%;
height : 100%;
color: #f3f3f4;
overflow: hidden;
}
canvas {
position: absolute;
}