Default flexbox row behavior.
Using the justify-content property to center the elements within the container.
Using the justify-content property to right-align the elements within the container.
Using the justify-content property to space the elements out evenly within the container.
Using the flex-grow property to expand the elements so they fill the container.
Using the flex-grow property to expand the elements in differing amounts.
Using the flex-wrap property to allow wrapping of elements within the container.
Using flex-wrap to allow wrapping and justify-content to center.
Using flex-wrap to allow wrapping and justify-content to right-align.
Using flex-wrap to allow wrapping and justify-content to space out elements evenly.