📦CSS Flexbox Generator
CSS Flexbox 레이아웃을 시각적으로 생성
1
2
3
4
5
10px
5
display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: nowrap; gap: 10px;
CSS Flexbox 레이아웃을 시각적으로 생성
display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: nowrap; gap: 10px;