💪Flexbox is a powerful CSS layout module that allows you to create flexible and responsive web designs.
📐Flexbox provides a set of properties that allow you to control the alignment, direction, and size of elements within a container.
🔀The flex-direction property determines the direction in which elements are laid out, such as row, column, or reverse.
🏪The justify-content property is used to align elements along the main axis, such as start, end, center, space-between, or space-around.
🏋️The align-items property is used to align elements along the cross axis, such as start, end, center, stretch, or baseline.