prep-css-flexbox&layout-classes Flashcards
1
Q
What is the default flex-direction of a flex container?
A
The default flex-direction of a flex container is row (left to right (ltr) or right to left (rtl)).
2
Q
What is the default flex-wrap of a flex container?
A
The default flex-wrap of a flex container is nowrap (all flex items will be on one line).
3
Q
What is one of the uses of Flexbox?
A
One of the uses of Flexbox is to easily allow the user to control the size and layout of elements on a web page.
4
Q
What are the three primary parts of a layout system?
A
- An element to be the container.
- One or more elements acting as a row.
- At least one column element in each of the row element(s).