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