background-repeat |
Répétition d'arrière-plan |
|---|---|
| Tailwind CSS | |
Classe
| background-repeat |
Description
Cet utilitaire contrôle la répétition de l'image de fond, que ce soit en mosaïque, sur un seul axe ou sans répétition.
Définition
| Classe | Styles |
|---|---|
| bg-repeat | background-repeat: repeat; |
| bg-repeat-x | background-repeat: repeat-x; |
| bg-repeat-y | background-repeat: repeat-y; |
| bg-repeat-space | background-repeat: space; |
| bg-repeat-round | background-repeat: round; |
| bg-no-repeat | background-repeat: no-repeat; |
Dernière mise à jour : Vendredi, le 6 février 2026