About Lesson
Background-position:-
अगर आप background की position set करना चाहते हो तो आप background-position property का इस्तेमाल करके कर सकते है। by default background की position left-top होती है। background-position की निम्न value है-
1. left top
2. left center
3. left bottom
4. right top
5. right center
6. right bottom
7. center top
8. center center
9. center bottom
10. x% y%
Background-position:-
If you want to set the position of the background, you can do it by using the background-position property. By default the position of the background is left-top. Background-position has the following value-
1. left top
2. left center
3. left bottom
4. right top
5. right center
6. right bottom
7. center top
8. center center
9. center bottom
10. x% y%