Home» Forum» Web & Tech» coding a snowflake!

coding a snowflake!

Back to Web & Tech

i want to learn how to make a snowflake work (falling images on a profile screen) because i used to be able to do them on spacehey but the formatting is different. anyone have advice?

someone update me when this is answered because i want flower petals too

Try this code. Change the highlighted yellow portions to edit it how you like! It's not snowflakes but it's close :) [code from Laura.jpg]


<style>

html:before {

animation: grain 30s steps(2) infinite;

background-image: url(https://i.pinimg.com/originals/4d/fc/2c/4dfc2c8697a77b385ad47498c6499182.gif); background-size: 10%;

  content: "";

  height: 900%;

  opacity: 0.16;

  position: fixed; 

  top: 0%;

  width: 700%;

  pointer-events:none;}

</style>

@Kayla⟡ thanks!!!!

You must be logged in to reply.