Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
/* here's text-shadow in action */ h1 { text-shadow:2px 2px 2px #f90; } /* this is to make the demo look pretty */ h1 { 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: