Skip to content Skip to main navigation Report an accessibility issue

Transformation classes

Documentation

Usage: Transform the capitalization.

EXAMPLE

Lowercased text.

Uppercased text.

Capitalized text.

Code

HTML
<p class="text-lowercase">Lowercased text.</p>
<p class="text-uppercase">Uppercased text.</p>
<p class="text-capitalize">Capitalized text.</p>