SitePoint
Reference
CSS
Box Properties
Dimensions
min-width
CSS Live Demo: min-width
(this page)
See also:
All Live Demos
CSS Live Demo: min-width
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { min-width:100px; } p { font-size:20px; border:1px solid #966; background:#fdd; color:#300; float:left; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p>I knew I hadn't met my match, but every moment we could snatch, I don't know why I got so attached. It's my responsibility, and you don't owe nothing to me, but to walk away I have no capacity.</p> </div>
Show me!
Your results appear here: