Layouts Flashcards

1
Q

What does flex start do?

A

Pack items at start or beginning of flex-direction

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

What does flex end do?

A

Pack items at the end of flex direction

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

What does start in flex box do?

A

Pack items at the start of the writing mode direction

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

What does end in flex box do?

A

Items pack at the end of the writing mode direction

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

What does flex box left mean?

A

Items with pack toward left edge of the container unless it doesn’t work or make sense it’ll act like start

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

What does flex box right do?

A

Items get pack at the right side of container . Some time acting like end

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

What does flex box center do?

A

Items get pushed into the center

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

What does space-between do in flex box?

A

Items will be evenly distributed in the line

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

What does space-around do In flex box?

A

Items get evenly distributed with equal space around them. It won’t be visually equal space

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

What does space-evenly do?

A

Items are distributed with space evenly between any 2 items

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

What does flex stretch do?

A

Fills container while still respecting max/min width

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