SitePoint
Reference
CSS
Typographical Properties
text-shadow
CSS Live Demo: text-shadow
(this page)
See also:
All Live Demos
CSS Live Demo: text-shadow
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
h1 { text-shadow:2px 2px 2px #f90; font:normal normal normal 1.5em sans-serif; color:#900; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<h1>Ooh, look at the cool shadow!</h1>
Show me!
Your results appear here: