Flexbox Playground
Build flexbox layouts visually. Control direction, justify, align, wrap, gap and individual item properties.
3 itemsClick an item to edit its flex properties
flex-rowjustify-startitems-stretch
CSS
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 16px;
Tailwind CSS
<div class="flex flex-row justify-start items-stretch flex-nowrap gap-4">
<div>1</div>
<div>2</div>
<div>3</div>
</div>Explore more Goodies
Other free tools from Eguth Studio you might enjoy.