Background Repeat
The background-repeat property defines how the element's background image should repeat.
Class | Properties |
---|---|
wpex-bg-repeat | background-repeat: repeat; |
wpex-bg-no-repeat | background-repeat: no-repeat; |
wpex-bg-repeat-x | background-repeat: repeat-x; |
wpex-bg-repeat-y | background-repeat: repeat-y; |
wpex-bg-repeat-round | background-repeat: round; |
wpex-bg-repeat-space | background-repeat: space; |