Skip to content

Instantly share code, notes, and snippets.

@jamiejohnsonkc
Created June 4, 2019 20:32
Show Gist options
  • Save jamiejohnsonkc/8374ae76ddb65ba12d370a20fcbca327 to your computer and use it in GitHub Desktop.
Save jamiejohnsonkc/8374ae76ddb65ba12d370a20fcbca327 to your computer and use it in GitHub Desktop.
rotate on click (css) #css #sass #scss
.rotate{
transform: rotate(90deg);
transition: all .3s ease-in;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment