Search for a command to run...
Toggle every flex property and see layout changes in real time
Live preview
.container { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch; gap: 8px; }