interstellar_website/secret/style.css

10 lines
111 B
CSS
Raw Normal View History

2024-12-17 12:44:19 +01:00
body {
margin: 0;
overflow: hidden;
}
canvas {
display: block;
background: black;
}