Home / CSS

Make Text Uppercase By CSS

Posted on:2019-12-07 Views:2790 Words:55

CSS attribute text-transform can make text show uppercase.

text-transform: uppercase;

Notes

Today when I grep some text on my wordpress site, but no match result in console command grep output. Later, I found actully the uppercase text on web is lower case in html code. The text becomes upper case by CSS.