Flexbox Flashcards
What is flex box?
It’s a layout model for displaying items in a single dimension as a raw or as column
Css there two main component’s which one and which one ?
1:styling components
2:layout components
When working with flex box there two things to keep in consideration.
What and what
There’s 1:flex container
And 2: flex item
When laying out flex box element,
There two direction to consider. What are this two direction and the axis
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
Flex container properties
1:display
2:flex-direction
3:justify-content
4:align-items
5:flex-wrap
6:align-content
Flex items properties
1:align-self
2:order
3:flex-grow
4:flex-shrink
5:flex-basis