Title Case in CSS
I didn't know this until today and I thought I'd pass it on... to write text in Title Case, where the first letter of every word is capitalised, you need only modify the selector in your CSS with the line: text-transform:capitalize; It's as easy as that!
Labels: css

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home