When you want flex items to stack vertically, you set flex-direction to ________.
- Column
- Column-reverse
- Row
- Row-reverse
To make flex items stack vertically in a Flexbox container, you set flex-direction to column. This means the items will be arranged one below the other, creating a vertical stack.
Loading...
Related Quiz
- You're working on a layout where you need to ensure that the width of a button remains constant, regardless of its padding and border. Which CSS property and value would you use?
- You need to style a button differently when it's disabled. Which CSS pseudo-class would be most appropriate to achieve this?
- On a blog page, you want to emphasize the first line of every paragraph differently from the rest of the content. Which CSS property and pseudo-element will help you achieve this effect?
- An element with display: none; differs from visibility: hidden; because the former ________.
- What is the difference between the em and rem units when setting font size in CSS?