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