SitePoint
Reference
CSS
Box Properties
Dimensions
min-height
CSS Live Demo: min-height
(this page)
See also:
All Live Demos
CSS Live Demo: min-height
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { min-height:100px; } p { font-size:40px; border:1px solid #966; background:#fdd; color:#300; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<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>
Show me!
Your results appear here: