mirror of
https://github.com/seigler/brunch-threejs
synced 2025-07-27 01:26:10 +00:00
13 lines
224 B
CSS
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;
|
|
}
|