Flexbox
- Гайд по flexbox — CSS — Дока
- A Complete Guide to Flexbox - has lots of examples
- Flex Cheatsheet
- In CSS Flexbox, why are there no “justify-items” and “justify-self” properties?
# Some cool properties
gap
flex-grow, flex-shrink
# flex-grow
A child property. If an element can grow, then then how much free space it gets (relative to other elements’ flex-grow
)? 0
by default, which means it can’t grow.
# flex-shrink
A child property. Like , but for shrinking. 1
by default.