0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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.