CSS Flexbox Fundamentals Visual Guide
Overview on CSS Flexible Box Module
Published in
11 min readAug 16, 2018
--
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].