Coding > css-flexbox > Flashcards
What is the default flex-direction of a flex container?
Row
What is the default flex-wrap of a flex container?
none
Why should flexbox not be used for building complete web page layouts?
not sure