CSS Flexbox Flashcards
1
Q
What is the default flex-direction of a flex container?
A
The row value.
2
Q
What is the default flex-wrap of a flex container?
A
The nowrap value.
3
Q
What is one of the uses of Flexbox?
A
- Aims at providing a more efficient way to lay out, align and distribute space among items in a container.
- To give the container the ability to alter its items’ width/height and order.