Skip to content

Instantly share code, notes, and snippets.

@Reine0017
Created April 9, 2022 05:45
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 Reine0017/abca3a2a9bc4a3308e49e2b303085b65 to your computer and use it in GitHub Desktop.
Save Reine0017/abca3a2a9bc4a3308e49e2b303085b65 to your computer and use it in GitHub Desktop.
css of confetti-button
html {
font-family: sans-serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.confettiButton {
background-color: aquamarine;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment