Flexbox Playground

Interactive guide to CSS Flexbox.

1
2
3
4
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 10px;