---
layout: single
property_name: background-repeat
---
Defines how the background image repeats itself across the element's background, starting from the background position.
The background image will repeat itself both horizontally and vertically.
The background image will only repeat itself horizontally.
The background image will only repeat itself vertically.
The background image will only appear once.
#background-repeat
默认属性
background-repeat: repeat;
background-repeat: repeat-x;
background-repeat: repeat-y;
background-repeat: no-repeat;