Home → References → CSS Properties →
CSS Property: background-position
Specifies the position of a background image within its containing element. The value can be single, such as top or double such a top right.
HTML Dog is hosted by Titan Internet
Possible Values
toprightbottomleftcenter- [combination]
- [percentage]
- [length]
Example
.winehouse { background-position: bottom right; }

