Skip to content

Instantly share code, notes, and snippets.

@dnjstrom
Created October 23, 2018 18:10
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 dnjstrom/5d9a419ea96f6c06df96a3822fc62f69 to your computer and use it in GitHub Desktop.
Save dnjstrom/5d9a419ea96f6c06df96a3822fc62f69 to your computer and use it in GitHub Desktop.
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment