Skip to content

Instantly share code, notes, and snippets.

@dnjstrom
Created October 23, 2018 18:10
Embed
What would you like to do?
@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