codepens/a-generative-svg-using-a-te.../dist/style.css

10 lines
100 B
CSS

body {
margin: 0;
padding: 0;
overflow: hidden;
}
.scene {
width: 100vw;
height: 100vh;
}