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