Flexbox Generator
Generate CSS flexbox layout code with a visual editor and live preview.
Preview
1
2
3
Items
Item 1
grow
shrink
basis
Item 2
grow
shrink
basis
Item 3
grow
shrink
basis
CSS Output
.container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
gap: 8px;
}Frequently Asked Questions
Comments & Feedback
Comments are powered by Giscus. Sign in with GitHub to leave a comment.