← 목록으로

📦 Flexbox 놀이터

1
2
3
4

📋 CSS 코드

.container { display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; align-content: normal; flex-wrap: nowrap; gap: 10px; }