first files

This commit is contained in:
MLH
2025-01-25 19:18:14 +01:00
parent 274603b600
commit 54dbf817aa
3 changed files with 202 additions and 0 deletions

View 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;
}