CSS Background Properties - Part 4

Notes:

CSS background-position property:
It is used to specify, where the background image is to be positioned in an html element box.
Values:
top left | top center | top right |
center left | center center | center right |
bottom left | bottom center | bottom right |
x-offset-length y-offset-length | x-offset-% y-offset-%

Interview Questions: