« 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/ | == [https://getbootstrap.com/docs/5.0/utilities/text Text] == | ||
{| class="wikitable wtp wtmono1" | {| class="wikitable wtp wtmono1" | ||
! classe | ! classe | ||
! Description | ! Description | ||
|- | |- | ||
| text-center || centrer | | text-center || centrer aligned | ||
|- | |- | ||
| text- | | text-end || end (right) aligned | ||
|- | |- | ||
| | | text-start || start (left) aligned | ||
|- | |- | ||
| text-uppercase || | | text-uppercase || uppercased text | ||
|- | |- | ||
| | | 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 |