@media (orientation: landscape) { #box { background-color: blue; } } @media (orientation: portrait) { #box { background-color: green; } }