Type your
CSS
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; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<p class="test">I hate the expression <q>think outside the box</q>, because as we know, there is no box.</p>
Show me!
Your results appear here: