Intermediate
HTML & CSS
Q46 / 100
What does the "align-items" property control in a flex container?
Correct! Well done.
Incorrect.
The correct answer is B) Alignment of items along the cross axis (perpendicular to the main axis)
B
Correct Answer
Alignment of items along the cross axis (perpendicular to the main axis)
Explanation
align-items aligns flex items along the cross axis (e.g. vertically in a row-direction flex container), with values like flex-start, center, stretch.
Progress
46/100