Skip to content

Instantly share code, notes, and snippets.

@musicalbigfoot
Created May 18, 2013 01:58
Show Gist options
  • Save musicalbigfoot/5602951 to your computer and use it in GitHub Desktop.
Save musicalbigfoot/5602951 to your computer and use it in GitHub Desktop.
CSS: Rotate Element
transform:rotate(-6deg);
-o-transform:rotate(-6deg);
-ms-transform:rotate(-6deg);
-moz-transform:rotate(-6deg);
-webkit-transform:rotate(-6deg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment