Home
CSS
CSS Flexbox
Flex Container
Tryit: Using flex-direction: column-reverse
Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Save Code
Ctrl+Alt+A
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
The flex-direction Property
flex-direction: column-reverse; stacks the flex items vertically (but from bottom to top):
1
2
3