class bootstrap text align center code example
Example 1: bootstrap nowrap
<div class="text-nowrap" style="width: 8rem;">
This text should overflow the parent.
</div>
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>