Contents 정렬
본격적으로 html의 레이아웃을 조정할 수 있다

flex-direction
(Main Axis)
flex-direction: | column; | column-reverse; | row ;(기본값) | row-reverse; |
방향 | 1 2 3 |
3 2 1 |
1 2 3 4 | 4 3 2 1 |
justifty-content | 세로 | 가로 | ||
align-items | 가로 | 세로 |
justifty-content (수평 정렬) align-items (수직 정렬)
flex-start | flex-start |
flex-end | flex-end |
center | center |
space-between | stretch |
'web > CSS' 카테고리의 다른 글
flex 아이템 (Child) 의 속성 (0) | 2022.04.28 |
---|---|
Layout with Flex Container (0) | 2022.04.28 |
BOX MODEL (0) | 2022.04.27 |
FONT (0) | 2022.04.27 |
Id & Class Selectors (0) | 2022.04.27 |