Section courante

A propos

Section administrative du site

justify-content

Justifier le contenu
Tailwind CSS

Classe

justify-content

Description

Cet utilitaire aligne les éléments le long de l'axe principal d'un conteneur flex ou grille, contrôlant la distribution horizontale ou verticale.

Définition

Classe Styles
justify-start justify-content: flex-start;
justify-end justify-content: flex-end;
justify-end-safe justify-content: safe flex-end;
justify-center justify-content: center;
justify-center-safe justify-content: safe center;
justify-between justify-content: space-between;
justify-around justify-content: space-around;
justify-evenly justify-content: space-evenly;
justify-stretch justify-content: stretch;
justify-baseline justify-content: baseline;
justify-normal justify-content: normal;


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