Skip to content

Instantly share code, notes, and snippets.

@andreystarkov
Created March 5, 2014 10:30
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 andreystarkov/9364802 to your computer and use it in GitHub Desktop.
Save andreystarkov/9364802 to your computer and use it in GitHub Desktop.
css-rotate-onhover.css
-webkit-transition:all 0.5s ease-in-out;
-webkit-perspective: 800px;
-webkit-perspective-origin: 50% 100px;
i {
color: #fff;
}
&:hover {
background: #d77f47;
-webkit-transform:rotateX(30deg);
background: #d96e5a;
bor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment