bootstrap 4 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 4 text-uppercase

bootstrap 4 text-uppercase

Example 3: bootstrap 4 font bold

font-weight-bold

Example 4: bootstrap uppercase

<p class="text-uppercase">Uppercased text.</p>

Example 5: bootstrap text capitalize

<p class="text-capitalize">CapiTaliZed text.</p>

Tags:

Misc Example