Background Repeat
Utilities for controlling how background images repeat.
| Class | CSS Output |
|---|---|
bg-repeat-x |
|
bg-no-repeat |
|
bg-repeat |
|
bg-repeat-round |
|
bg-repeat-y |
|
bg-repeat-space |
|
bg-repeat-x
background-repeat: repeat-x;
bg-no-repeat
background-repeat: no-repeat;
bg-repeat
background-repeat: repeat;
bg-repeat-round
background-repeat: round;
bg-repeat-y
background-repeat: repeat-y;
bg-repeat-space
background-repeat: space;
Reference
| background-repeat | MDN ↗ |
CSS Properties
background-repeat