LinkedIn CSS Skill Assessment Quiz Answers

If the width of the container is 500 pixels, what would the width of the three columns be in this layout?

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

If the width of the container is 500 pixels, what would the width of the three columns be in this layout?

.grid { display: grid; grid-template-columns: 50px 1fr 2fr; }

  1.  50px, 150px, 300px
  2.  50px, 200px, 300px
  3.  50px, 100px, 200px
  4.  50px, 50px, 100px

Correct Answer:

  •  50px, 150px, 300px

Latest Updates

No posts found in this category.