Home → References → CSS Properties →
CSS Property: min-height
Specifies the minimum height of a box. Not supported by IE (where height acts the same).
HTML Dog is hosted by Titan Internet
Possible Values
- [percentage]
- [length]
inheritnone
Example
#beng { min-height: 5em; }

