Lesson 7 of 10
⛶ Flexbox Layout
What You'll Learn
- How display: flex turns a container into a flex container
- justify-content and align-items for axis-based alignment
- flex-wrap and gap for responsive multi-row layouts
Quick Check
1. What CSS property enables Flexbox on a container?
2. Which property aligns items along the cross axis?
3. What does flex-wrap: wrap do?
4. justify-content: space-between puts items: