MCQ
Which CSS property controls whether a flex container is a row or column?
Responsive Web Design
A flex-direction
B flex-wrap
C flex-flow
D flex-grow
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.