SitePoint
Reference
CSS
Box Properties
Margins
margin
CSS Live Demo: margin
(this page)
See also:
All Live Demos
CSS Live Demo: margin
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { margin:20px; } #example { border:4px solid green; } p { border:4px solid orange; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<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>
Show me!
Your results appear here: