CSS Infos : background-repeat

Description

Background repeat type

Values

Versions

Examples

p {
    background-image: url("image.png");
    background-repeat: no-repeat;
}
p {
    background-repeat: repeat;
}
p {
    background-repeat: repeat-x;
}
p {
    background-repeat: repeat-y;
}
English | Français