Background

Background Repeat

Style syntax for setting how background images are repeated.

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

Overview [sr-only]

ClassDeclarations
background-repeat:mode / bg:modebackground-repeat: mode
background-repeat:horizontal|verticalbackground-repeat: horizontal vertical
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 in different states using selectors, media queries, etc.

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

Style syntax for setting the initial position for background image.

NEXT
Background Size

Style syntax for setting the size of the background image.

MIT License Ā© Aoyue Design LLC.