SitePoint
Reference
CSS
Box Properties
Borders and Outlines
border-right-style
CSS Live Demo: border-right-style
(this page)
See also:
All Live Demos
CSS Live Demo: border-right-style
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { border-right-style:dotted; } p { border:5px solid red; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p>And nobody has ever taught you how to live on the street, and now you find out you're gonna have to get used to it.</p> </div>
Show me!
Your results appear here: