What is the default value of the flex-direction property in a Flexbox container?
- column
- column-reverse
- row
- row-reverse
The default value of the flex-direction property is row, which arranges items in a row along the main axis.
Loading...
Related Quiz
- What is the main difference between CSS Grid and Flexbox in terms of layout direction?
- The box-shadow property can take a value of inset to create a shadow that appears ________ the element's box.
- A website has a high First Contentful Paint (FCP) time. What CSS optimization strategy could be most effective in improving this metric?
- Bootstrap and Tailwind are examples of what kind of tools in web development?
- Why is it important to consider different browsers when testing a website?