Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ background-repeat: space repeat;
}
```

## Constituent properties

This property is a shorthand for the following CSS properties:

- {{cssxref("background-repeat-x")}}
- {{cssxref("background-repeat-y")}}

> [!WARNING]
> {{cssxref("background-repeat-x")}} and {{cssxref("background-repeat-y")}} have very low browser support compared to `background-repeat`.

## Syntax

```css
Expand Down