brunch-threejs/app/style.css
2018-10-14 00:19:28 -04:00

13 lines
224 B
CSS

html, body {
position: relative;
margin: 0;
padding: 0;
width: 100%;
height : 100%;
color: #f3f3f4;
overflow: hidden; /* browser zoom can make this is necessary sometimes */
}
canvas {
position: absolute;
}