CSS Flexbox Layout

Intro

Before Flexbox, doing complicated CSS layouts could be tricky. Now, things like vertical centering and even alignment is simple and straightforward. Flexbox is so useful and ubiquitous, it’s even used as the layout engine for mobile app frameworks like React Native! Learning Flexbox will save you a lot of time and pain.

Suggested Learning

Requirements

Flexbox Assignement 1

Flexbox Assignment 2

Extra Learning