This commit is contained in:
MLH
2024-12-16 19:34:29 +01:00
parent 6e1a54daec
commit 44ba61a199
4 changed files with 89 additions and 50 deletions

8
snowfall.css Normal file
View File

@ -0,0 +1,8 @@
.snowflake {
position: absolute;
background-color: white;
/* background-color: rgba(255, 255, 255, 0.8); */
border-radius: 50%;
pointer-events: none;
/* opacity: 0.7; */
}