HomeReferencesCSS Properties

CSS Property: max-width

Specifies the maximum width of a box. Not supported by IE.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • [percentage]
  • [length]
  • inherit
  • none

Example


#bong { max-width: 780px; }