You need to enable JavaScript to run this app.
Direction
Row
Column
Justify content
flex-start
flex-end
center
space-between
space-around
space-evenly
Align items
stretch
flex-start
flex-end
center
baseline
first baseline
last baseline
0
1
2
3
4
{ display: "flex", flexDirection: "row", justifyContent: "flex-start", alignItems: "stretch", }