align-content
여러 줄의 교차축 정렬을 정합니다.
flex-wrap으로 줄이 여러 개일 때 줄 묶음 전체를 교차축에서 어떻게 배치할지 정합니다. 한 줄이면 효과가 없습니다.
주요 값stretch | flex-start | center | space-between | space-around
예시
.grid { align-content: space-between; }← CSS 속성 사전 전체 보기여러 줄의 교차축 정렬을 정합니다.
flex-wrap으로 줄이 여러 개일 때 줄 묶음 전체를 교차축에서 어떻게 배치할지 정합니다. 한 줄이면 효과가 없습니다.
주요 값stretch | flex-start | center | space-between | space-around
예시
.grid { align-content: space-between; }← CSS 속성 사전 전체 보기