justify-self
justify-self 속성에 대한 유틸리티입니다.
항목이 컨테이너의 축을 따라 어떻게 정렬되는지를 설정합니다. (참고: justify-items)
| 클래스 | 약어 클래스 | 속성 |
|---|---|---|
justify-self:stretch | js-self:stretchjs:stretch | justify-self: stretch !important; |
justify-self:center | js-self:centerjs:center | justify-self: center !important; |
justify-self:start | js-self:startjs:start | justify-self: start !important; |
justify-self:end | js-self:endjs:end | justify-self: end !important; |
justify-self:flex-start | js-self:flex-startjs:flex-start | justify-self: flex-start !important; |
justify-self:flex-end | js-self:flex-endjs:flex-end | justify-self: flex-end !important; |
justify-self:self-start | js-self:self-startjs:self-start | justify-self: self-start !important; |
justify-self:self-end | js-self:self-endjs:self-end | justify-self: self-end !important; |
justify-self:left | js-self:leftjs:left | justify-self: left !important; |
justify-self:right | js-self:rightjs:right | justify-self: right !important; |