CSS Flexbox 레이아웃을 시각적으로 만듭니다
.container { display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; flex-wrap: nowrap; gap: 10px; }