행(row) 축을 따라 그리드 아이템 내부 콘텐츠를 정렬합니다. ( 속성의 반대)
이 설정은 그리드 컨테이너 내부 모든 그리드 아이템에 적용됩니다.
.grid-container {
justify-items: start;
}
.grid-container {
justify-items: center;
}
.grid-container {
justify-items: end;
}
.grid-container {
justify-items: stretch;
}