--- layout: single property_name: background-origin --- Defines the origin of the background image. The background image starts at the edge of the border: within padding but not the border. The background image starts under the border. The background image only starts at the edge of the content: it doesn't include the padding, nor the border.#background-origin
default background-origin: padding-box;background-origin: border-box;background-origin: content-box;