Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<p class="test">I hate the expression <q>think outside the box</q>, because as we know, there is no box.</p>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's moz-border-radius in action */ .test { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } /* this is to make the demo look pretty */ p { color:#900; font:normal normal normal 1em/1.3 sans-serif; border:2px solid #900; background:#fee; padding:10px; }
Show me!
Your results appear here: