CSS Flex / Grid Playground
Experiment with flexbox and grid container properties live.
1
2
3
4
5
6
.container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
gap: 16px;
}About this tool
Experiment with flexbox and grid container properties live.