CSS Flexbox Guide

What is Flexbox?

Flexbox, short for Flexible Box Layout, is a CSS module that makes it easy to design flexible responsive layout structures without using float or positioning.

Live Flexbox Playground

1
2
3
4
5

Key Properties