@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);
}
}
That’ll teach them, constantly resizing their browser windows and what not! — Puh!
(via)
Leave a comment