Vidyalelo
CSS · Q19

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 19

Q19

Which of the following property aligns the flexible container’s items when the items do not use all available space on the main-axis?

A.
wrap-content
B.
fix-content
C.
adjust-content
D.
justify-content
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The CSS justify-content property defines how the browser distributes space between and around flex items along the main-axis of their container.