Files
yawn/vendor/fxnode/examples/blender/all-supported/style.css
T

14 lines
162 B
CSS

html,
body {
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: #202124;
}
canvas {
display: block;
width: 100%;
height: 100%;
}