SitePoint
Reference
CSS
Box Properties
Borders and Outlines
border-bottom-color
CSS Live Demo: border-bottom-color
(this page)
See also:
All Live Demos
CSS Live Demo: border-bottom-color
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { border-bottom-color:#000; } p { border:5px solid red; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p>You never turned around to see the frowns on the jugglers and the clowns, when they all come down and did tricks for you.</p> </div>
Show me!
Your results appear here: