This is a shorthand flex-direction and flex-wrap properties, which together define the flex container's main and cross axes. Default is row nowrap.
.container{ flex-flow: <‘flex-direction’> || <‘flex-wrap’> }