SitePoint
Reference
CSS
Box Properties
Padding
padding
CSS Live Demo: padding
(this page)
See also:
All Live Demos
CSS Live Demo: padding
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { padding:20px; } p { border:4px solid orange; background:#fec; } p span { display:block; border:1px solid blue; background:#ecf; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p><span>Wild horses I wanna be like you — throwing caution to the wind, I'll run free too. Wish I could recklessly love, like I'm longing to. I wanna run with the wild horses.</span></p> </div>
Show me!
Your results appear here: