« Bootstrap 5 » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Nicolas a déplacé la page Bootstrap vers Bootstrap 4.x)
Balise : Nouvelle redirection
 
(Redirection supprimée vers Bootstrap 4.x)
Balise : Redirection supprimée
Ligne 1 : Ligne 1 :
#REDIRECTION [[Bootstrap 4.x]]
[[Category:Web]]
[[Category:Javascript]]
[[Category:Css]]
= Utilities =
== [https://getbootstrap.com/docs/4.5/utilities/text/ Text] ==
{| class="wikitable wtp wtmono1"
! classe
! Description
|-
| text-center || centrer le texte
|-
| text-justify || justifier le texte
|-
| font-weight-bold || gras
|-
| text-uppercase || majuscules
|-
| text-truncate || truncate the text with an ellipsis. Requires {{boxx|inline-block}} or {{boxx|block}} and {{boxx|width}} or {{boxx|max-width}}
|}

Version du 15 mai 2021 à 17:41

Utilities

Text

classe Description
text-center centrer le texte
text-justify justifier le texte
font-weight-bold gras
text-uppercase majuscules
text-truncate truncate the text with an ellipsis. Requires inline-block or block and width or max-width