CSS

basic flex properties

display, flex-direction, justify-content, align-items, flex-wrap
default values when flex applied: flex-direction, justify-content, align-items
1
2
3
4
: flex-direction, justify-content, align-items
1
2
3
4
justify-content: space-beteen, space-around, space-evenly, center, flex-start, flex-end
1
2
3
4
1
2
3
4
5
6
7
8