Flexbox is a one-dimensional layout system — it arranges items in a single row or column and distributes space along that line. It's the modern answer to alignment and spacing problems that used to require floats and hacks.
{
: flex;
: row;
: ;
}
