flex는 기본이 row라 가로로 배치가 된다.
flex-start
, flex-end
, center
, space-between
, space-around
등의 값으로 설정할 수 있습니다.justify-content
**가 가로 정렬을 담당한다면, **align-items
**는 세로 정렬을 담당합니다. flex-start
, flex-end
, center
, baseline
, stretch
등의 값을 사용할 수 있습니다.align-items
**가 개별 아이템의 정렬을 결정한다면, **align-content
**는 여러 줄의 플렉스 아이템들 사이의 간격과 분포를 조절합니다. flex-start
, flex-end
, center
, space-between
, space-around
, stretch
등의 값을 사용합니다. 이 속성은 여러 줄의 플렉스 아이템이 있을 때만 효과가 있습니다.left
, right
, center
, justify
등의 값을 사용할 수 있습니다.