Flex-justify
Flex-justify is a CSS property used in the Flexbox layout system to align flex items along the main axis (either horizontally or vertically, depending on the flex-direction). This property helps distribute space between flex items, allowing options such as "start," "center," "end," "space-between," and "space-around" to align items in a flexible container.