Skip to content

position

position 속성에 대한 유틸리티입니다.

문서에서 요소가 어떻게 배치되는지를 설정합니다. top, right, bottom, left 속성은 요소의 최종 위치를 결정합니다.

클래스약어 클래스속성
position:staticpos:staticposition: static !important;
position:relativepos:relativeposition: relative !important;
position:absolutepos:absoluteposition: absolute !important;
position:fixedpos:fixedposition: fixed !important;
position:stickypos:stickyposition: sticky !important;
position:inheritpos:inheritposition: inherit !important;
position:initialpos:initialposition: initial !important;
position:unsetpos:unsetposition: unset !important;