SitePoint
Reference
CSS
Box Properties
Borders and Outlines
border-top-color
CSS Live Demo: border-top-color
(this page)
See also:
All Live Demos
CSS Live Demo: border-top-color
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { border-top-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>Once upon a time you dressed so fine, threw the bums a dime in your prime, didn't you?</p> </div>
Show me!
Your results appear here: