The default value of the flex-direction property in Flexbox is ________.
- Column
- Column-reverse
- Row
- Row-reverse
The default value of the flex-direction property in Flexbox is row. This means that flex items are laid out in a row, horizontally. If you want them to stack vertically, you need to set flex-direction to column.
Loading...
Related Quiz
- In a CSS keyframe animation, what does the 0% or from keyframe represent?
- In SCSS, the @import directive allows you to ________.
- You have a CSS variable named --gap, and you want to double its value and use it as a margin. How would you achieve this using CSS functions?
- If you want an animation to alternate between running forwards and backwards, you would use the animation-direction value of ______.
- What does the flex-direction property control in a flex container?