Text Transform
Utilities for controlling the transformation of text.
| Class | CSS Output |
|---|---|
lowercase |
|
uppercase |
|
normal-case |
|
capitalize |
|
lowercase
text-transform: lowercase;
uppercase
text-transform: uppercase;
normal-case
text-transform: none;
capitalize
text-transform: capitalize;
Reference
| text-transform | MDN ↗ |
CSS Properties
text-transform