Learn CSS daily

background-origin
background-origin: border-box;

The background-origin CSS property sets the background's origin: from the border start, inside the border, or inside the padding.

background-image
background-image: url('./image.png');

The background-image CSS property sets one or more background images on an element.

background-color
background-color: rebeccapurple

The background-color CSS property sets the background color of an element.