CSS Flexbox

Flex direction

.container { 
	flex-direction: row | row-reverse | column | column-reverse; 
}```

### Flex wrap
```css
.container { flex-wrap: nowrap | wrap | wrap-reverse; }

Justify content

CleanShot 2024-01-29 at 11.16.37@2x.png|300

Align Items

! 300

Align Content

! 300

Gaps

CleanShot 2024-01-29 at 11.21.38@2x.png|300

Flex Grow and Shrink

CleanShot 2024-01-29 at 11.33.00@2x.png