Section courante

A propos

Section administrative du site

background-position

Position d'arrière-plan
Tailwind CSS

Classe

background-position

Description

Cet utilitaire définit la position de l'image de fond à l'intérieur de l'élément, horizontalement et verticalement.

Définition

Classe Styles
bg-top-left background-position: top left;
bg-top background-position: top;
bg-top-right background-position: top right;
bg-left background-position: left;
bg-center background-position: center;
bg-right background-position: right;
bg-bottom-left background-position: bottom left;
bg-bottom background-position: bottom;
bg-bottom-right background-position: bottom right;
bg-position-(<propriete-personnalisee>) background-position: var(<propriete-personnalisee>);
bg-position-[<valeur>] background-position: <valeur>;


Dernière mise à jour : Vendredi, le 6 février 2026