Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrel authored Nov 4, 2024
1 parent 439fc84 commit 2f21c39
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* thanks https://github.com/hyperstown/pure-snow.js/blob/master/style.css <3 */
body {
background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
overflow-x: hidden;
min-height: 100vh;
overflow-y: hidden;
color: white;
}

.snowflake {
position: absolute;
width: 10px;
height: 10px;
background: linear-gradient(white, white);
border-radius: 50%;
filter: drop-shadow(0 0 10px white);
}

0 comments on commit 2f21c39

Please sign in to comment.