Syntax

Background Repeat

Setting how background images are repeated.

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

Overview

ClassDeclarations
background-repeat:modebackground-repeat: mode;
bg:repeatbackground-repeat: repeat;
bg:no-repeatbackground-repeat: no-repeat;
bg:repeat-xbackground-repeat: repeat-x;
bg:repeat-ybackground-repeat: repeat-y;

Conditionally apply

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

<div class="background-repeat:repeat:hover background-repeat:repeat@sm background-repeat:repeat@dark background-repeat:repeat@print"></div>
Syntax
Background Position

Setting the initial position for background image.

Syntax
Background Size

Setting the size of the background image.

© Aoyue Design LLC.