stacker.news/components/fireworks.module.css

8 lines
102 B
CSS
Raw Normal View History

2023-07-03 14:46:54 -05:00
.fireworks {
z-index: -1;
position: fixed;
top: 0;
left: 0;
2023-07-03 19:04:07 -05:00
width: 100vw;
height: 100vh;
2023-07-03 14:46:54 -05:00
}