Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<div id="example"> <p>I miss the earth so much I miss my wife. It's lonely out in space; on such a timeless flight.</p> </div>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's min-height in action */ #example p { min-height:100px; } /* this is to make the demo look pretty */ p { font-size:40px; border:1px solid #966; background:#fdd; color:#300; }
Show me!
Your results appear here: