bootstrap 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: font weight bootstrap class

<p class="font-weight-bold">Bold text.</p>
<p class="font-weight-normal">Normal weight text.</p>
<p class="font-weight-light">Light weight text.</p>
<p class="font-italic">Italic text.</p>

Example 3: justify text bootstrap

<p class="text-justify"> your text for example : Hellow! World.. </p>

Example 4: bootstrap 4 text-uppercase

bootstrap 4 text-uppercase

Example 5: bootstrap 4 font bold

font-weight-bold

Example 6: bootstrap uppercase

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

Tags:

Misc Example