Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
/* here's height in action */ #example p { height:100px; } /* this is to make the demo look pretty */ p { font-size:40px; border:1px solid #696; background:#dfd; color:#030; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p>She packed my bags last night pre-flight. Zero hour — nine a.m; and I'm gonna be high as a kite by then.</p> </div>
Show me!
Your results appear here: