SitePoint
Reference
CSS
Box Properties
Margins
margin-right
CSS Live Demo: margin-right
(this page)
See also:
All Live Demos
CSS Live Demo: margin-right
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { margin-right:20px; } #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 think about it every night and day, spread my wings and fly away.</p> </div>
Show me!
Your results appear here: