LinkedIn CSS Skill Assessment Quiz Answers

In the following media query example, what conditions are being targeted?

Latest Update on 9th March, 2022 by Certification Course Answers

In the following media query example, what conditions are being targeted?

@media (min-width: 1024px), screen and (orientation: landscape) { … }
  1.  The rule will apply to a device that has either a width of 1024px or wider, or is a screen device in landscape mode.
  2.  The rule will apply to a device that has a width of 1024px or narrower and is a screen device in landscape mode.
  3.  The rule will apply to a device that has a width of 1024px or wider and is a screen device in landscape mode.
  4.  The rule will apply to a device that has a width of 1024px or narrower, or is a screen device in landscape mode.

Correct Answer:

  •  The rule will apply to a device that has either a width of 1024px or wider, or is a screen device in landscape mode.

Latest Updates

No posts found in this category.