position
position 속성에 대한 유틸리티입니다.
문서에서 요소가 어떻게 배치되는지를 설정합니다. top
, right
, bottom
, left
속성은 요소의 최종 위치를 결정합니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
position:static | pos:static | position: static !important; |
position:relative | pos:relative | position: relative !important; |
position:absolute | pos:absolute | position: absolute !important; |
position:fixed | pos:fixed | position: fixed !important; |
position:sticky | pos:sticky | position: sticky !important; |
position:inherit | pos:inherit | position: inherit !important; |
position:initial | pos:initial | position: initial !important; |
position:unset | pos:unset | position: unset !important; |