What Does This Code Dop Pre Langcss Cssfilehk1stylecode Media #441
What does this code do? <pre><code class="language-css">Code: @media only screen and (orientation: landscape) { body { background-color: lightblue; } }</code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs105 CSS (Cascading Style Sheets).
It can also be found in
gs gs105 CSS3 Fundamentals, Transitions & Animations - CSS3 Animation with Responsive Web Design - Quiz No.1.
What does this code do?
Code: @media only screen and (orientation: landscape) { body { background-color: lightblue; } }
web page will have a lighblue background if the orientation is in landscape mode
web page will have a lighblue background if the orientation is not in landscape mode
web page will have a red background if the orientation is in landscape mode
None of the mentioned