In the following media query example, what conditions are being targeted?css@media (min-width: 1024px), screen and (orientation: landscape) { … }

🎲 Try a Random Question  |  Total Questions in Quiz: 114  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CSS Quiz — practice the complete quiz, review flashcards, or try a random question.

CSS MCQs For LinkedIn Skill Assessments.


In the following media query example, what conditions are being targeted?<br>css<br>@media (min-width: 1024px), screen and (orientation: landscape) { … }<br>