Syntax

Background Origin

Setting the background's origin.

🚧This page is still under construction and some content may not be complete.

Overview

ClassDeclarations
background-origin:originbackground-origin: origin;
bg:borderbackground-origin: border-box;
bg:contentbackground-origin: content-box;
bg:paddingbackground-origin: padding-box;

Conditionally apply

Apply styles based on different states using selectors and conditional queries.

<div class="background:border:hover background:border@sm background:border@dark background:border@print"></div>
Syntax
Background Image

Setting background images on an element.

Syntax
Background Position

Setting the initial position for background image.

© Aoyue Design LLC.