Type your
CSS
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; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p>I believe I can soar, I see me running through that open door.</p> </div>
Show me!
Your results appear here: