Understanding text-transform: uppercase in CSS
css
The CSS shorthand property text-transform controls how text is capitalized. Its uppercase value converts all characters to uppercase regardless of their original form. This expl...
Open article