bootstrap 4 text capitalize class 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 text no wrap
<div class="text-nowrap" style="width: 8rem;">
This text should overflow the parent.
</div>