Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
/* here's border-right-width in action */ #example p { border-right-width:15px; } /* this is to make the demo look pretty */ 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 said you'd never compromise, with the mystery tramp, but now you realize.</p> </div>
Show me!
Your results appear here: