🧰
TheDevToolbox
Search tools...
Ctrl+K
Blog
CSS Flexbox Generator
Flexbox Generator
Create CSS flexbox layouts with a visual editor
CSS ready
• 116 chars
Direction:
row
Items:
4
Copy CSS
⌘⇧C
Properties
Direction
row
row-reverse
column
column-reverse
Justify Content
flex-start
flex-end
center
space-between
space-around
space-evenly
Align Items
flex-start
flex-end
center
stretch
baseline
Flex Wrap
nowrap
wrap
wrap-reverse
Gap
10px
Items
4
Preview & Output
1
2
3
4
CSS Code
1
display: flex;
2
flex-direction: row;
3
justify-content: flex-start;
4
align-items: stretch;
5
flex-wrap: nowrap;
6
gap: 10px;
⌘⇧C
Copy CSS
Related Tools, Tips & More