CSS3 background-repeat demonstration

Default setting: background-repeat: repeat;

Repeat without clipping or resizing: background-repeat: space;

Repeat without clipping, resizing may occur: background-repeat: round;

Different horizontal and vertical repeat: background-repeat: space round;