Flexbox Flashcards

1
Q

What does display: flex create?

A

It creates columns.

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

what does flex-direction: column do?

A

Flex-direction: column switches the main axis. By default display: flex is a row. Flex-direction: column changes to a column (vertical)

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