To set the wrap settings of elements inside of a container, we can set the flex-wrap css attribute. The most common values are: nowrap, wrap, or wrap-reverse
flex-wrap
nowrap
wrap
wrap-reverse