Background position
The background-position CSS property sets the initial position for each background image. The position is relative to the position layer set by background-origin.
Class name | Properties |
---|---|
_bgpst-t | background-position: top |
_bgpst-tr | background-position: top right |
_bgpst-tl | background-position: top left |
_bgpst-bt | background-position: bottom |
_bgpst-btr | background-position: bottom right |
_bgpst-btl | background-position: bottom left |
_bgpst-ct | background-position: center |
_bgpst-ctr | background-position: center right |
_bgpst-ctl | background-position: center left |