first files
This commit is contained in:
17
seperate single seasonals/Seasonals-Santa/santa.css
Normal file
17
seperate single seasonals/Seasonals-Santa/santa.css
Normal file
@ -0,0 +1,17 @@
|
||||
.santa-container {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background: transparent;
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#snowfallCanvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
}
|
Reference in New Issue
Block a user