background-repeat
Sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.
It is documented as part of the CSS Backgrounds and Borders specification.
Syntax
/* Usage Example */
.texture {
background-image: url(';tile.png');
background-repeat: repeat;
/* tiles the image across the entire background */
}
/* Global values */
background-repeat: inherit;
background-repeat: initial;
background-repeat: revert;
background-repeat: revert-layer;
background-repeat: unset;
background-repeat Browser support
Widely available
Since
2016 96% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2016.
1+
1+
1+
12+