Created
August 6, 2012 03:32
-
-
Save mannieschumpert/3269678 to your computer and use it in GitHub Desktop.
"Add More Wow" via Dan Cederholm at Build 2010
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
/* The next time you hear "needs more wow," add this to the stylesheet. | |
- Dan Cederholm at Build Conference 2010 https://vimeo.com/17091905 */ | |
*:hover { | |
-webkit-transform: rotate(180deg); | |
-moz-transform: rotate(180deg); | |
-o-transform: rotate(180deg); | |
transform: rotate(180deg); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment