Skip to content

Instantly share code, notes, and snippets.

@michaelesmith
Created April 1, 2015 20:25
Show Gist options
  • Save michaelesmith/7de2a0069e0c3017450e to your computer and use it in GitHub Desktop.
Save michaelesmith/7de2a0069e0c3017450e to your computer and use it in GitHub Desktop.
April Fools
html { transition: transform 1s ease-out; }
html:hover { transform: rotate(360deg); }
html { transform: scaleX(-1); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment