Skip to content

Instantly share code, notes, and snippets.

@faebser
Created April 17, 2013 14:17
Show Gist options
  • Save faebser/5404647 to your computer and use it in GitHub Desktop.
Save faebser/5404647 to your computer and use it in GitHub Desktop.
evial css haxxxormatik mit css für de phlip
body {
transform:rotate(-90deg);
}
@media all and (orientation:landscape) {
body {
transform:rotate(0deg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment