Skip to content

Instantly share code, notes, and snippets.

@fotan
Last active August 29, 2015 14:20
Show Gist options
  • Save fotan/caae6951b79e358e29a9 to your computer and use it in GitHub Desktop.
Save fotan/caae6951b79e358e29a9 to your computer and use it in GitHub Desktop.
Rotate on hover
.rotate:hover
{
        -webkit-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment