Deus Ex Textius

StoryArticle
CommentsComments
SimilarSimilar articles

Posted by Marcus, on Sep 20, 2008

Random CSS Tip #1 - All Caps

The first in a irregular series of short CSS tips.

And now on with tip #1. Make good use the text-transform:uppercase; this will allow you to have your text in all caps for whatever reason, but when there is no style sheet it will be normal captalization.
This is nice for users copying-and-pasting your text, users printing, and for things like your page's description on Google, just to name a few examples.

Remember: it's all about the user experience and semantics!

Post your awesome CSS tips on the comment section!