Flex child
A flex child is an element contained within a flex container that participates in the flexible layout system known as Flexbox. Flex children can be arranged and aligned dynamically within the flex container, adapting to different screen sizes and layouts based on CSS properties such as flex-grow, flex-shrink, and flex-basis.