Set container elememt to display: flex;
Flex Item
Flex Item
Flex Item
Flex Item
Toggle flex container properties with the buttons below
row
row-reverse
column
column-reverse
flex-start
flex-end
center
space-between
space-around
flex-start
flex-end
stretch
center
Defines the main axis and direction for flex items to be displayed within the flex container. Default value is 'row'
Defines how space is allocated between and around flex items along the main axis. Default value is 'flex-start'
Defines how space is allocated between and around flex items along the cross axis. Default value is 'flex-start'
Specifies if flext items are forced into a single line or can be wrapped into multiple lines. Default is 'nowrap'
Sets the order to display flex items within their container. Items are layed out in ascending order
Defines the amount of space inside the flex container the item should take up