Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<div id="example"> <p><span>Wild horses I wanna be like you — throwing caution to the wind, I'll run free too. Wish I could recklessly love, like I'm longing to. I wanna run with the wild horses.</span></p> </div>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's padding in action */ #example p { padding: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: