Intermediate HTML & CSS
Q45 / 100

What is the purpose of CSS Flexbox's "justify-content" property?

Correct! Well done.

Incorrect.

The correct answer is B) It aligns flex items along the main axis, distributing extra space between/around/before items

B

Correct Answer

It aligns flex items along the main axis, distributing extra space between/around/before items

Explanation

justify-content controls alignment and spacing of flex items along the main axis (e.g. flex-start, center, space-between, space-around).

Progress
45/100