1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Clarify what text-capitalize actually does

as on first skimming over these, it may not be completely obvious
This commit is contained in:
Patrick H. Lauke 2015-12-23 14:29:12 +00:00
parent 9cf2e50b1e
commit bac3d68f52

View file

@ -95,6 +95,8 @@ Transform text in components with text capitalization classes.
<p class="text-capitalize">CapiTaliZed text.</p>
{% endexample %}
Note how `text-capitalize` only changes the first letter of each word, leaving the case of any other letters unaffected.
## Font weight and italics
Quickly change the weight (boldness) of text or italicize text.