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)).

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 default flex-wrap of a flex container is nowrap (all flex items will be on one line).

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

One of the uses of Flexbox is to easily allow the user to control the size and layout of elements on a web page.

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

What are the three primary parts of a layout system?

A
  1. An element to be the container.
  2. One or more elements acting as a row.
  3. At least one column element in each of the row element(s).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly