Home » CSS » CSS Backgrounds » Question
  1. Which property specifies where the background image is positioned?
    1. background-image
    2. background-clip
    3. background-origin
    4. background-size
    5. 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.



Your comments will be displayed only after manual approval.