- justify-content: space-around;
- justify-content: center;
- justify-content: auto;
- justify-content: space-between;
Correct Answer:
- justify-content: space-around;
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?
Correct Answer:
Latest Updates
No posts found in this category.