Lowercase
p.low { text-transform:lowercase; }
THIS PARAGRAPH IS ACTUALLY WRITTEN IN ALL UPPERCASE, JUST LIKE MY OLD BOSS USED TO WRITE. WHENEVER WE GOT A MESSAGE FROM HIM, WE ALWAYS THOUGHT HE WAS SHOUTING! I HAVE TRANSFORMED IT TO LOWERCASE.
Uppercase
p.up { text-transform: uppercase; }
This is just a normal paragraph that needs to be transformed into uppercase. This is just a normal paragraph that needs to be transformed into uppercase.
Capitalize
p.capitalize { text-transform: capitalize; }
this is written in all lowercase but uses the capitalize transform so that the first letter of every word is in upper case. this is written in all lowercase but uses the capitalize transform so that the first letter of every word is in upper case. this is written in all lowercase but uses the capitalize transform so that the first letter of every word is in upper case.