Created
June 4, 2019 20:32
-
-
Save jamiejohnsonkc/8374ae76ddb65ba12d370a20fcbca327 to your computer and use it in GitHub Desktop.
rotate on click (css) #css #sass #scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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