Skip to content

Instantly share code, notes, and snippets.

@berend-de-jong
Created March 12, 2013 07:53
Show Gist options
  • Select an option

  • Save berend-de-jong/5140998 to your computer and use it in GitHub Desktop.

Select an option

Save berend-de-jong/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