Bootstrap 5 Text Uppercase Code Example
Example 1: uppercase bootstrap class
<p class="text-lowercase">Lowercased text.</p> <p class="text-uppercase">Uppercased text.</p> <p class="text-capitalize">CapiTaliZed text.</p>
Example 2: bootstrap text capitalize
<p class="text-capitalize">CapiTaliZed text.</p>
Comments
Post a Comment