LinkedIn CSS Skill Assessment Quiz Answers

When using flexbox, the “justify-content” property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below?

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

When using flexbox, the "justify-content" property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below?

  1.  justify-content: space-around;
  2.  justify-content: center;
  3.  justify-content: auto;
  4.  justify-content: space-between;

Correct Answer:

  •  justify-content: space-around;

Latest Updates

No posts found in this category.