flex-direction · justify-content · align-items · live preview · runs locally
.container { display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; gap: 8px; }