Flexbox Playground

Experiment with flex alignment visually and copy production-ready layout CSS.

Preview

01
02
03
04
05
06
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 16px;

Controls

Gap16px