SitePoint
Reference
CSS
Box Properties
Dimensions
max-width
CSS Live Demo: max-width
(this page)
See also:
All Live Demos
CSS Live Demo: max-width
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example p { max-width:100px; } p { font-size:20px; border:1px solid #969; background:#fdf; color:#303; float:left; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p>He walks away, the sun goes down, he takes the day but I'm grown. And in your way, in this blue shade, my tears dry on their own.</p> </div>
Show me!
Your results appear here: