diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..e9b8afd --- /dev/null +++ b/css/style.css @@ -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); +} \ No newline at end of file