What does this code do?
Code:@media only screen and (orientation: landscape) { body { background-color: lightblue; }}

What does this code do?

Code:@media only screen and (orientation: landscape) { body { background-color: lightblue; }}
Correct Answer web page will have a lighblue background if the orientation is in landscape mode

Related Questions

What does this code do?
Code: @media only screen and (max-width: 500px) { body { background-color: lightblue; }}