background-position
background-position 속성에 대한 유틸리티입니다.
배경 이미지의 초기 위치를 설정합니다. 이 위치는 background-origin
속성에 의해 결정된 기준점(border box
, padding box
, content box
)에 상대적입니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
background-position:top | bg-position:top bg-pos:top | background-position: top !important; |
background-position:bottom | bg-position:bottom bg-pos:bottom | background-position: bottom !important; |
background-position:left | bg-position:left bg-pos:left | background-position: left !important; |
background-position:left-bottom | bg-position:left-bottom bg-pos:bottom | background-position: left bottom !important; |
background-position:left-top | bg-position:left-top bg-pos:left-top | background-position: left top !important; |
background-position:right | bg-position:right bg-pos:right | background-position: right !important; |
background-position:right-bottom | bg-position:right-bottom bg-pos:right-bottom | background-position: right bottom !important; |
background-position:right-top | bg-position:right-top bg-pos:right-top | background-position: right top !important; |
background-position:center | bg-position:center bg-pos:center | background-position: center !important; |
background-position:inherit | bg-position:inherit bg-pos:inherit | background-position: inherit !important; |
background-position:initial | bg-position:initial bg-pos:initial | background-position: initial !important; |
background-position:unset | bg-position:unset bg-pos:unset | background-position: unset !important; |