Syntax

Background Position

Setting the initial position for background image.

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

Overview

ClassDeclarations
background-position:valuebackground-position: value;
bg:topbackground-position: top;
bg:bottombackground-position: bottom;
bg:rightbackground-position: right;
bg:leftbackground-position: left;
bg:centerbackground-position: center;

Conditionally apply

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

<div class="background-position:top:hover background-position:top@sm background-position:top@dark background-position:top@print"></div>
Syntax
Background Origin

Setting the background's origin.

Syntax
Background Repeat

Setting how background images are repeated.

© Aoyue Design LLC.