Background Position
The
background-position
property sets the starting position of a background image.
Class
|
Properties
|
---|---|
bg-left |
background-position: left |
bg-left-top |
background-position: left top |
bg-left-center |
background-position: left center |
bg-left-bottom |
background-position: left bottom |
bg-right |
background-position: right |
bg-right-top |
background-position: right top |
bg-right-center |
background-position: right center |
bg-right-bottom |
background-position: right bottom |
bg-center |
background-position: center |
bg-center-top |
background-position: center top |
bg-center-bottom |
background-position: left bottom |
utilities.scss API