Flexbox: A beginner’s guide

Alexandra
3 min readJun 4, 2020

A huge improvement in writing human CSS is Flexbox. No more struggling on centre an element or layout-ing a responsive page.

In 2017, Flexbox (Flexbox Layout or Flexible box) was introduced as a way of efficient layout, align and distribute items across a container. The core idea of the module is that the container can alter (expand/shrink) its items’ properties to fill the available space.

--

--