Files
2021-03-08 20:05:07 +02:00

14 lines
178 B
CSS

body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
#particles-js {
z-index: -1;
position: fixed;
height: 100%;
width: 100%;
top: 0;
}