About this Tool
Flexbox (Flexible Box Layout) is a CSS3 layout mode. It provides an efficient way to lay out, align, and distribute space among items in a container, even when their size is unknown or dynamic. The main idea behind the flex layout is to give the container the ability to alter its items' width/height to best fill the available space.