Flex Property in CSS
The flex property sets the flexible length on flexible items. A flex container expands items to fill available free space or shrinks them to prevent overflow. Basics and terminology: * main axis – The main axis of a flex container is the primary axis along which flex items are laid out. Beware,