(0) Default
(1) justify-content: center;
(2) justify-content: flex-end;
(3) justify-content: space-between;
(4) justify-content: space-around;
(5) Auto margin
mr-auto
ml-auto
(6) flex-shrink
width: 150px
width: 100px
width: 200px
(7) flex-grow
auto
auto
auto
auto
initial
initial
auto
auto
none
initial
auto
auto
flex: 4
flex: 2
flex: 1
(8) flex-wrap: wrap;
width: 150px
width: 100px
width: 200px
(9) flex-wrap: wrap; height: 300px;
width: 150px
width: 100px
width: 200px
(10) align-items: center; height: 300px;
width: 150px
width: 100px
width: 200px
(11) align-items: end; height: 300px;
width: 150px
width: 100px
width: 200px
(12) align-items: stretch; height: 300px;
h-auto
h-auto
h-auto
width: 150px
width: 100px
width: 200px
h-auto
h-auto
h-auto
h-auto
h-auto
(13) Vertically Centered Layout
(14) flex-direction: column;
width: 150px
width: 100px
width: 200px
(15) Holy Grail Layout
Header
Left
Center
Right
(16) Holy Grail Layout (height: 300px)
Header
Left
Center
Right
(17) Browser Layout
Tab 1
X
Tab 2
X
Tab 3
X
Tab 4
X
Tab 5
X
+
Navbar