SitePoint
Reference
CSS
Typographical Properties
text-transform
CSS Live Demo: text-transform
(this page)
See also:
All Live Demos
CSS Live Demo: text-transform
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
h1 { text-transform:uppercase; } h2 { text-transform:capitalize; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<h1>What is numerology?</h1> <p>An otherwise entirely rational person might confess to having a lucky number or two, but why do some people base important decisions on the right numbers? </p> <h2>Because they're superstitious</h2> <p>Most of us see maths as a science, but to some, numbers have hidden meanings that can be used to make decisions in matters as serious as recruiting staff.</p>
Show me!
Your results appear here: