Video tutorialTrack course · freeCodeCamp
Speed
Transcript & captions
4/4
Flexbox lays items out along one axis. justify-content works along the main axis, align-items along the cross axis.
Try it yourself
| Property | Does |
|---|---|
| flex-direction | row | column |
| justify-content | spacing along the main axis |
| align-items | alignment on the cross axis |
| flex-wrap | allow items to wrap to new lines |
| gap | space between items |
| flex: 1 | let an item grow to fill space |
Knowledge check
0/1 answeredIn a row flex container, align-items controls…