A flex container is defined by setting the display property to flex, the diagram below represents a flex container with four flex items of equal width.
.flex-container { display: flex; }
The image below has a flex container containing four flex items.
