About 269,000 results
Open links in new tab
  1. CSS background-repeat property - W3Schools

    The background-repeat property sets if/how a background image will be repeated. By default, a background-image is repeated both vertically and horizontally. Tip: The background image is placed …

  2. background-repeat - CSS | MDN

    Dec 9, 2025 · The background-repeat CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.

  3. CSS Background Repeat (With Examples) - Programiz

    Example 1: Repeat With Background-Repeat The background image, by default, repeats horizontally and vertically if the image size is less than the size of the container.

  4. CSS background-repeat Property - GeeksforGeeks

    Aug 23, 2024 · The background-repeat property in CSS is used to repeat the background image both horizontally and vertically. It also decides whether the background-image will be repeated or not.

  5. CSS background-repeat Property - W3docs

    The background-repeat is a CSS property which sets how the background-image will be repeated. Learn the values and try examples with each of them.

  6. CSS background-repeat - Quackit Tutorials

    The CSS background-repeat property is used to specify if a background image repeats (tiles) or not, and how it should repeat. By default, background images repeat horizontally and vertically across the …

  7. CSS Style backgroundRepeat Property: CSS Background Repeat

    Feb 17, 2025 · A comprehensive guide to the CSS background-repeat property, covering syntax, values, and practical examples for controlling background image repetition.

  8. background-repeat - CSS-Tricks

    Feb 17, 2015 · The background-repeat property accepts one or two values. A single value sets the background image’s repeating pattern in both the horizontal and vertical directions.

  9. CSS background-repeat Property - CSS Portal

    The background-repeat CSS property is used to control how a background image is repeated within its containing element. It allows web designers to specify whether the background image should be …

  10. CSS: background-repeat property - TechOnTheNet

    This CSS tutorial explains how to use the CSS property called background-repeat with syntax and examples. The CSS background-repeat property defines whether the background-image for an …