codepens/vortex-lines/dist/style.css

13 lines
166 B
CSS
Raw Normal View History

2023-10-06 23:12:53 +02:00
html, body {
margin: 0;
padding: 0;
overflow: hidden;
width: 100%;
height: 100%;
}
.container {
width: 100%;
height: 100%;
background-color: black;
}