What is CSS Flexbox?

CSS Flexbox (Flexible Box Layout) is a one-dimensional layout model that allows you to design flexible and responsive layouts. It provides an efficient way to align, distribute, and space items within a container, even when their sizes are unknown or dynamic.