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

Which of the following property aligns the flexible container’s items when the items do not use all available space on the main-axis? 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.

Related Questions