The CSS background-position property is used to position a background image.
Syntax: |
background-position: <value>
|
Possible Values: |
- <percentage>
- <length>
- inherit
|
Initial Value: |
0% 0%
|
Applies to: |
All elements
|
Inherited: |
No
|
Media: |
Visual
|
Example |
background-position: 90% 30%
|
Try it yourself! |
|