← λͺ©λ‘μœΌλ‘œ

πŸ“¦ 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; }