Réponse

flex

Colonne
Explication

flex: flex-grow flex-shrink flex-basis|auto|initial|inherit;
The flex property sets the flexible length on flexible items.
Note: If the element is not a flexible item, the flex property has no effect.

Question

Shorthand property for: flex-grow flex-shrink flex-basis

Thématique