CSS background-position
Also see the full, alphabetical list of CSS properties
The CSS background-position property is used to position a background image.
| Syntax: | background-position: <value> |
| Possible Values: |
|
| Initial Value: | 0% 0% |
| Applies to: | All elements |
| Inherited: | No |
| Media: | Visual |
| Example |
background-position: 90% 30%
|
| Try it yourself! |
|
