Description : Use the `flex-row` or `flex-col` classes to control flex direction.
Answer :
To control the direction of flex items, use `flex-row`for horizontal layout and `flex-col`for vertical layout. For example:`<div class='flex flex-col'>`. This will stack the child items vertically inside the flex container.