hub.eb?material_id=443&track_id=447

Flex Container


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.

Current Module

Related