CSS Flexbox
CSS Flexbox
Flex Container - Flex container is used as a container for the flex-items. To make the container flexible,
we set the display property as flex.
Main Axis - The main axis is used as a primary axis for the flex-container to align the flex-items. It is
set using the flex-direction property.
Cross Axis - It is always perpendicular to the main axis. It arranges itself as per the main-axis direction
CSS Positions