LinkedIn CSS Skill Assessment Quiz Answers

There are currently four viewport-percentage lengths that can be used to define the value relative to the viewport size: vw, vh, vmin, and vmax. If the current viewport size has a width of 800px and a height of 600px, what will these values be equivalent to in pixels?

Latest Update on 23rd March, 2022 by Certification Course Answers

There are currently four viewport-percentage lengths that can be used to define the value relative to the viewport size: vw, vh, vmin, and vmax. If the current viewport size has a width of 800px and a height of 600px, what will these values be equivalent to in pixels?

10vw = ?px
10vh = ?px
10vmin = ?px
10vmax = ?px
  1.  10vw = 80px 10vh = 60px 10vmin = 60px 10vmax = 80px

  2.  10vw = 60px 10vh = 80px 10vmin = 80px 10vmax = 60px

  3.  10vw = 8px 10vh = 6px 10vmin = 6px 10vmax = 8px

  4.  10vw = 6px 10vh = 8px 10vmin = 8px 10vmax = 6px

Correct Answer:

  •  10vw = 80px 10vh = 60px 10vmin = 60px 10vmax = 80px

Latest Updates

No posts found in this category.