
CSS Flexbox Fundamentals Visual Guide
Overview on CSS Flexible Box Module
Notes from MDN web docs taken while following What The Flexbox course from Wes Bos.
Introduction
Flexbox is short for Flexible Box Module
. A layout model that allows easy control of space distribution and alignment between html elements [2].