Background repeat
The background-repeat CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.
Class name | Properties |
---|---|
_bgrp-rp | background-repeat: repeat |
_bgrp-rpx | background-repeat: repeat-x |
_bgrp-rpy | background-repeat: repeat-y |
_bgrp-nrp | background-repeat: no-repeat |
_bgrp-sp | background-repeat: space |
_bgrp-r | background-repeat: round |