Theme
  • Light
  • Dark

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-rpbackground-repeat: repeat
_bgrp-rpxbackground-repeat: repeat-x
_bgrp-rpybackground-repeat: repeat-y
_bgrp-nrpbackground-repeat: no-repeat
_bgrp-spbackground-repeat: space
_bgrp-rbackground-repeat: round
Modifier