Background Repeat

The background-repeat property sets if/how a background image will be repeated.

Value Description
repeatThe background image will be repeated both vertically and horizontally. This is default
repeat-xThe background image will be repeated only horizontally
repeat-yThe background image will be repeated only vertically
no-repeatThe background-image will not be repeated

Themeover CSS Reference

Close