SitePoint
Reference
CSS
Box Properties
Borders and Outlines
border-left-color
CSS Live Demo: border-left-color
(this page)
See also:
All Live Demos
CSS Live Demo: border-left-color
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { border-left-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>Princess on the steeple and all the pretty people, they're drinkin', thinkin' that they got it made.</p> </div>
Show me!
Your results appear here: