Background

Background Clip

Style syntax for controlling how clip the background.

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

Overview [sr-only]

ClassDeclarations
background-clip:origin-webkit-background-clip: origin; background-clip: origin
bg:text-webkit-background-clip: text; background-clip: text
background-clip:border-webkit-background-clip: border-box; background-clip: border-box
background-clip:content-webkit-background-clip: content-box; background-clip: content-box
background-clip:padding-webkit-background-clip: padding-box; background-clip: padding-box

Conditionally apply

Apply styles in different states using selectors, media queries, etc.

<div class="background-clip:origin:hover background-clip:origin@sm background-clip:origin@dark background-clip:origin@print">…</div>
PREVIOUS
Background Blend Mode

Style syntax for setting how an element's background images should blend with the background color.

NEXT
Background Color

Style syntax for setting the background color of an element.

MIT License Ā© Aoyue Design LLC.