Vertical Direction

Use .flex-column to display the flex items vertically (on top of each other):

Flex item 1
Flex item 2
Flex item 3

Use .flex-column-reverse to reverse the vertical direction:

Flex item 1
Flex item 2
Flex item 3