Skip to main content

Background Repeat

Utilities for controlling the repetition of an element's background image.

CSS Property:background-repeat
Classes:6

Background Repeat Classes

ClassCSS
bg-repeatbackground-repeat: repeat;
bg-no-repeatbackground-repeat: no-repeat;
bg-repeat-xbackground-repeat: repeat-x;
bg-repeat-ybackground-repeat: repeat-y;
bg-repeat-roundbackground-repeat: round;
bg-repeat-spacebackground-repeat: space;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[background-repeat:value]

Responsive Variants

Apply background repeat utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:bg-repeat
768px+md:md:bg-repeat
1024px+lg:lg:bg-repeat
1280px+xl:xl:bg-repeat
1536px+2xl:2xl:bg-repeat