-
Which property specifies where the background image is positioned?
-
- background-image
- background-clip
- background-origin
- background-size
- None of these
Correct Option: C
The CSS background-origin property specifies where the background image is positioned. This property takes three different values namely border-box, padding-box, content-box. In content-box the background images start from the upper left corner of the content.