Flexbox Demo #1 (flex-grow: 1 for filling space, 0 for fixed size)
flex-grow: 1
flex-grow: 1
flex-grow: 1
flex-grow: 1
flex-grow: 1
This demonstrates how using flex-direction can change the order of items using CSS styling.
Here we have an example of how row wrap and justify-content: space evenly creates consistent minimum sizes
and wrap containers onto the next row.
Flex-basis works similarly to flex-wrap, but instead of utilizing multiple styling elements, flex-basis can utilize consistent sizes in relation to window size.