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:
parent
9cf2e50b1e
commit
bac3d68f52
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue