What does flex-wrap: wrap
do in Flexbox?
Items remain in a single line regardless of space
Items break onto multiple lines if necessary
Items stretch to fill the container width
Items are aligned in a column
This question is part of this quiz :
CSS Flexbox and Grid Layout Quiz