CSS Background Properties - Part 6
Notes:
CSS background-origin property:
It is used to specify, background image origin (meaning: placement) box
Values: content-box | padding-box | border-box
CSS background-clip property:
It is used to specify, background (image & color) clipping (meaning: trim) box
Values: content-box | padding-box
Interview Questions: