Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<div id="example"> <p>I believe I can fly.</p> </div>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's margin-left in action */ #example p { margin-left: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: