working
This commit is contained in:
8
snowfall.css
Normal file
8
snowfall.css
Normal 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; */
|
||||
}
|
Reference in New Issue
Block a user