1
2
3
flex-direction
defines the direction items are placed in the container
flex-direction : row (default)
flex-direction : row-reverse
flex-direction : column
flex-direction : column-reverse