Skip to content

justify-self

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

항목이 컨테이너의 축을 따라 어떻게 정렬되는지를 설정합니다. (참고: justify-items)

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