Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<div id="example"> <p>I believe I can soar, I see me running through that open door.</p> </div>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's margin-bottom in action */ #example p { margin-bottom:20px; } /* this is to make the demo look pretty */ #example { border:4px solid green; } p { border:4px solid orange; margin:0; }
Show me!
Your results appear here: