Background Repeat

suggest change

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

By default, a background-image is repeated both vertically and horizontally.

div {
  background-image: url("img.jpg");
  background-repeat: repeat-y;
}

Here’s how a background-repeat: repeat-y looks like:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents