Flexbox Interactive

justify-content values

Work
About
Contact
justify-content: flex-start;

align-items values

Short
Taller
item
Tallest
item
here
align-items: stretch;

flex-direction + flex-wrap

Oil
Watercolor
Digital
Charcoal
Mixed
flex-direction: row; flex-wrap: nowrap;

The sidebar layout

Drag the bottom-right corner to resize. When there isn't enough room, the main content wraps below the sidebar:

This demo uses JavaScript for the interactive controls. The CSS concepts being demonstrated don't require JavaScript.