Interactive online courses HTML Academy
2026-03-09 12:25 Diff

The background-clip property controls how the background is cropped. Moreover, not only are the background images cropped, but the background color is cropped as well.

The property values are the same as for background-origin: padding-box, border-box, and content-box.

The border-box value is set by default, and the background image is not cropped at all.

The value of padding-box slices the background along the inner edge of the frame area.

The value of content-box slices the background along the edge of the content area.