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
AnswerAnswer: 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.