All Tools
Flexbox Playground
Interactive CSS Flexbox playground. Configure container and child properties with live preview.
Container Properties
Live Preview
Click an item to select it and edit its individual properties below.
CSS Output
.flex-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
gap: 8px;
}