Skip to content

justify-items

justify-items 속성에 대한 유틸리티입니다.

박스의 항목들이 축을 따라 어떻게 정렬되는지를 설정합니다. 각 항목들에 대해 justify-self 속성을 적용하는 것과 동일한 효과를 가집니다.

클래스약어 클래스속성
justify-items:stretchjs-items:stretch
ji:stretch
justify-items: stretch !important;
justify-items:centerjs-items:center
ji:center
justify-items: center !important;
justify-items:startjs-items:start
ji:start
justify-items: start !important;
justify-items:endjs-items:end
ji:end
justify-items: end !important;
justify-items:flex-startjs-items:flex-start
ji:flex-start
justify-items: flex-start !important;
justify-items:flex-endjs-items:flex-end
ji:flex-end
justify-items: flex-end !important;
justify-items:self-startjs-items:self-start
ji:self-start
justify-items: self-start !important;
justify-items:self-endjs-items:self-end
ji:self-end
justify-items: self-end !important;
justify-items:leftjs-items:left
ji:left
justify-items: left !important;
justify-items:rightjs-items:right
ji:right
justify-items: right !important;