Text Transform

Set the capitalization of text.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

tt-c
text-transform: capitalize;
tt-l
text-transform: lowercase;
tt-n
text-transform: none;
tt-u
text-transform: uppercase;

Media Queries

Prefix a class with a breakpoint to apply it from that width up.

Target viewport sizes with breakpoint prefixes.

Pseudo Classes

Prefix a class with a state to apply it only while that state matches.