Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created February 11, 2023 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/9e0450ad3e09b2ed025b79fe1dc48461 to your computer and use it in GitHub Desktop.
Save arun12209/9e0450ad3e09b2ed025b79fe1dc48461 to your computer and use it in GitHub Desktop.
.confetti-container {
position: relative;
width: 100%;
height: 100%;
}
.confetti {
position: absolute;
width: 50px;
height: 50px;
background-color: blue;
border-radius: 25px;
z-index: 999;
animation: confetti-fall 1s linear infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment