Learn Flexbox

flex-wrap & flex

Flexbox doesn't wrap with default value which is nowrap

Flex

The flex property is applied to flex items. It combines the flex-grow, flex-shrink and flex-basis properties.

Adding a flex value of 1 to the flex items. The default is auto.