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