In the previous lesson, you learned about the power of CSS Grid for structural layout.
Now we have to talk about Flexbox, which is a critical tool for the justification and alignment of content within containers.
In this lesson:
✔️ Display Flex
✔️ Custom HTML Elements
✔️ Flex-Direction: Row vs Column
✔️ Justify-Content: Main-Axis Justification
✔️ Align-Items: Cross-Axis Alignment
✔️ Align-Content: Multi-Line Cross-Axis Alignment
✔️ Flex Wrap
✔️ Row-Reverse, Column-Reverse, Wrap-Reverse
✔️ Flex Children Controls (Grow, Shrink, Basis, Order)
✔️ More Basic CSS