CSS Flexbox Flashcards

1
Q

What is the default flex-direction of a flex container?

A

The row value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the default flex-wrap of a flex container?

A

The nowrap value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly