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
Correct Answer: justify-content
The CSS justify-content property defines how the browser distributes space between and around flex items along the main-axis of their container.