Skip to content

Instantly share code, notes, and snippets.

@mannieschumpert
Created August 6, 2012 03:32
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 mannieschumpert/3269678 to your computer and use it in GitHub Desktop.
Save mannieschumpert/3269678 to your computer and use it in GitHub Desktop.
"Add More Wow" via Dan Cederholm at Build 2010
/* 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