Skip to content

Instantly share code, notes, and snippets.

@connorrothschild
Created August 21, 2020 14:52
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 connorrothschild/aedde49d605742d3192a6660acda9e4c to your computer and use it in GitHub Desktop.
Save connorrothschild/aedde49d605742d3192a6660acda9e4c to your computer and use it in GitHub Desktop.
@keyframes fade-in {
0% {opacity: 0}
100% {opacity: 1}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment