

The empty space before the first and after the last items equals half of the space between two adjacent items. space-around Flex items are evenly distributed so that the space between two adjacent items is the same. Main-start edge and main-end edge are flushed with respectively first and last flex item edges. The spacing is done such as the space between two adjacent items is the same. space-between Flex items are evenly distributed along the line. Space between the main-start edge of the line and first item and between main-end and the last item of the line is the same. The flex items are flushed with each other and aligned in the center of the line. center The flex items are packed toward the center of the line. The margin edge of the last flex item is flushed with the main-end edge of the line and each preceding flex item is flushed with the following. flex-end The flex items are packed starting from the main-end. Margins of the first flex item is flushed with the main-start edge of the line and each following flex item is flushed with the preceding. Values flex-start The flex items are packed starting from the main-start. Items have a half-size space on either end */ The first item at the start, the last at the end */

Syntax /* Pack flex items from the start */

See Using CSS flexible boxes for more properties and information. The unique non-ambiguous order defined by the formal grammar
