Skip to content

Instantly share code, notes, and snippets.

@Frique
Created March 12, 2013 07:53
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 Frique/5140998 to your computer and use it in GitHub Desktop.
Save Frique/5140998 to your computer and use it in GitHub Desktop.
CSS: Transform: Rotate
-ms-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
-webkit-transform: rotate(-1deg);
-o-transform: rotate(-1deg);
transform: rotate(-1deg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment