CSS Flex Direction — a practical guide to CSS flex-direction with clear examples you can reuse in real projects.
CSS Tutorial Series (60/109). Prefer one article? Read the complete CSS tutorial.
Short description
Changing direction swaps how justify/align behave.
Direction
.stack { flex-direction: column; }
.row-reverse { flex-direction: row-reverse; }