full caps bootstrap code example
Example 1: bootstrap 4 text-uppercase
bootstrap 4 text-uppercase
Example 2: lowercase bootstrap class
<p class="text-lowercase">Lowercased text.</p>
<p class="text-uppercase">Uppercased text.</p>
<p class="text-capitalize">CapiTaliZed text.</p>