Flexbox (Flexible Box Layout) is a 1-dimensional layout model. It is designed to make it simple to arrange items in rows or columns and distribute space between them efficiently, even when their size ...
// (a) each innermost div contributes an explicit height: 20px value. // (b) the .overflow div contributes 2px of border (1px top + bottom), // plus the height of its scrollbar from overflow:auto. // ...