Background Repeat

Utilities for controlling how background images repeat.

Class CSS Output
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;
}

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

CSS Properties

  • background-repeat