css-flexbox Flashcards

1
Q

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

A

flex-direction property’s default is row

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

nowrap

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

Why should flexbox not be used for building complete web page layouts?

A

Because you can’t make complex layouts because there is less power since you have to individually size items ..
eg. if you have one row where you want to size custom you would need to make indiv layer of flexbox overnesting things.

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