Flexbox Flashcards

1
Q

What is flex box?

A

It’s a layout model for displaying items in a single dimension as a raw or as column

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

Css there two main component’s which one and which one ?

A

1:styling components
2:layout components

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

When working with flex box there two things to keep in consideration.
What and what

A

There’s 1:flex container
And 2: flex item

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

When laying out flex box element,
There two direction to consider. What are this two direction and the axis

A

1:main axis
2:cross axis
When setting elements horizontally on a web page, the main axis + horizontal
And when setting elements vertical the main axis = vertical

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

Flex container properties

A

1:display
2:flex-direction
3:justify-content
4:align-items
5:flex-wrap
6:align-content

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

Flex items properties

A

1:align-self
2:order
3:flex-grow
4:flex-shrink
5:flex-basis

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