CSS Flexbox Playground

Generate CSS Flexbox layout code with visual property selection

Result
CSS Code
.flex-container { display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; gap: 16px; }
Tailwind Classes
flex flex-row justify-start items-stretch flex-nowrap gap-4