flexbox

"The Flexible Box Module, usually referred to as flexbox, was designed as a one-dimensional layout model, and as a method that could offer space distribution between items in an interface and powerful alignment capabilities."

"When we describe flexbox as being one dimensional we are describing the fact that flexbox deals with layout in one dimension at a time — either as a row or as a column."

Basic Concepts of Flexbox
https://developer.mozilla.org

SQUARES 014
somewhat squishy squares
You can re-size the browser window to see flexbox in action, but through this exercise I realized that this might not be the best CSS tool for this series.