HomeReferencesCSS Properties

CSS Property: min-height

Specifies the minimum height of a box. Not supported by IE (where height acts the same).

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

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

Example


#beng { min-height: 5em; }