Skip to content

Instantly share code, notes, and snippets.

@flexbox
Created March 29, 2013 13:00
Show Gist options
  • Save flexbox/5270673 to your computer and use it in GitHub Desktop.
Save flexbox/5270673 to your computer and use it in GitHub Desktop.
A little Easter egg for responsive website
@media only screen and (min-width: 960px) and (max-width: 970px) {
body {
-webkit-transform : rotate(180deg);
-moz-transform : rotate(180deg);
-o-transform : rotate(180deg);
transform : rotate(180deg); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment