stacker.news/components/fireworks.module.css
2023-07-03 19:04:07 -05:00

8 lines
102 B
CSS

.fireworks {
z-index: -1;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}