justify-items
justify-items 속성에 대한 유틸리티입니다.
박스의 항목들이 축을 따라 어떻게 정렬되는지를 설정합니다. 각 항목들에 대해 justify-self
속성을 적용하는 것과 동일한 효과를 가집니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
justify-items:stretch | js-items:stretch ji:stretch | justify-items: stretch !important; |
justify-items:center | js-items:center ji:center | justify-items: center !important; |
justify-items:start | js-items:start ji:start | justify-items: start !important; |
justify-items:end | js-items:end ji:end | justify-items: end !important; |
justify-items:flex-start | js-items:flex-start ji:flex-start | justify-items: flex-start !important; |
justify-items:flex-end | js-items:flex-end ji:flex-end | justify-items: flex-end !important; |
justify-items:self-start | js-items:self-start ji:self-start | justify-items: self-start !important; |
justify-items:self-end | js-items:self-end ji:self-end | justify-items: self-end !important; |
justify-items:left | js-items:left ji:left | justify-items: left !important; |
justify-items:right | js-items:right ji:right | justify-items: right !important; |