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