justify-content property accepts five different values:
- flex-start (default): items are packed toward the start line
- flex-end: items are packed toward to end line
- center: items are centered along the line
- space-between: items are evenly distributed in the line; first item is on the start line, last item on the end line
- space-around: items are evenly distributed in the line with equal space around them
- space-evenly:
'HTML' 카테고리의 다른 글
[CSS] vw, vh (0) | 2021.04.12 |
---|---|
[HTML] 레이아웃 끝판 (0) | 2021.03.29 |
[css] z-index / overflow:hidden / li:nth-child(n) (0) | 2021.03.29 |
[CSS ] animation 효과주기 (0) | 2021.03.26 |
[CSS] display: inline/inline-block/block (0) | 2021.03.26 |