Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
/* here's padding-right in action */ #example p { padding-right: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; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p><span>Is this my life, I'm wondering. It happened so fast, how do I turn this thing around?</span></p> </div>
Show me!
Your results appear here: