Skip to content

Instantly share code, notes, and snippets.

@SaraSoueidan
Created June 8, 2013 02:31
Show Gist options
  • Save SaraSoueidan/5733709 to your computer and use it in GitHub Desktop.
Save SaraSoueidan/5733709 to your computer and use it in GitHub Desktop.
CRoss-browser vertical type
h2{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
writing-mode: tb-rl;
filter: flipV flipH;
position:absolute; left:-100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment