« Bootstrap 5 » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Redirection supprimée vers Bootstrap 4.x)
Balise : Redirection supprimée
Ligne 3 : Ligne 3 :
[[Category:Css]]
[[Category:Css]]
= Utilities =
= Utilities =
== [https://getbootstrap.com/docs/4.5/utilities/text/ Text] ==
== [https://getbootstrap.com/docs/5.0/utilities/text Text] ==
{| class="wikitable wtp wtmono1"  
{| class="wikitable wtp wtmono1"  
! classe
! classe
! Description
! Description
|-
|-
| text-center || centrer le texte
| text-center || centrer aligned
|-
|-
| text-justify || justifier le texte
| text-end || end (right) aligned
|-
|-
| font-weight-bold || gras
| text-start || start (left) aligned
|-
|-
| text-uppercase || majuscules
| text-uppercase || uppercased text
|-
|-
| text-truncate || truncate the text with an ellipsis. Requires {{boxx|inline-block}} or {{boxx|block}} and {{boxx|width}} or {{boxx|max-width}}
| fw-bold || gras
|}
|}

Version du 15 mai 2021 à 17:46

Utilities

Text

classe Description
text-center centrer aligned
text-end end (right) aligned
text-start start (left) aligned
text-uppercase uppercased text
fw-bold gras