Skip to content

Instantly share code, notes, and snippets.

@hsquareweb
Created May 23, 2012 19:49
Show Gist options
  • Save hsquareweb/2777357 to your computer and use it in GitHub Desktop.
Save hsquareweb/2777357 to your computer and use it in GitHub Desktop.
CSS: Text Rotation
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment