MCQ
Which CSS property controls whether a flex container is a row or column?
Explanation
The flex-direction property determines whether flex items are laid out in a row (horizontal) or column (vertical), which is essential for responsive layouts.