SitePoint
Reference
CSS
Box Properties
Borders and Outlines
border-right
CSS Live Demo: border-right
(this page)
See also:
All Live Demos
CSS Live Demo: border-right
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { border-right:15px dotted #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>He's not selling any alibis, as you stare into the vacuum of his eyes, and ask him do you want to make a deal?</p> </div>
Show me!
Your results appear here: