Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<div id="example"> <p><span>All I want is the wind in my hair. To face the fear but not feel scared.</span></p> </div>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's padding-left in action */ #example p { padding-left:20px; } /* this is to make the demo look pretty */ p { border:4px solid orange; background:#fec; } p span { display:block; border:1px solid blue; background:#ecf; }
Show me!
Your results appear here: