CSS_Flexbox_Properties_Reference
CSS_Flexbox_Properties_Reference
justify-content Flex container Aligns items horizontally (start, center, end, space-betwee
align-items Flex container Aligns items vertically (stretch, center, start, end, baseline
align-self Flex items Aligns a single item (auto, flex-start, flex-end, center, base
flex-wrap Flex container Determines whether items wrap (nowrap, wrap, wrap-reve
flex-grow Flex items Defines how much an item grows relative to others.
flex-shrink Flex items Defines how much an item shrinks relative to others.
flex-basis Flex items Defines the initial size of an item before flex-grow or shrin
order Flex items Controls the order of items (lower values appear first).