7 lines
151 B
CSS
7 lines
151 B
CSS
.snowflake {
|
|
position: fixed;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
border-radius: 50%;
|
|
pointer-events: none;
|
|
opacity: 0.7;
|
|
} |