CSS Uppercase / All Caps

web Need to know how to make text all uppercase or in all caps with CSS? Add the following to your CSS stylesheet:

div.uppercase { text-transform: uppercase; }

That will take all the letters and capitalize them.


This entry was:



Basecamp
pfreitag on twitter