8 lines
102 B
CSS
8 lines
102 B
CSS
.fireworks {
|
|
z-index: -1;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
} |