back

Min-Height

Min-height is used the set the minimum height of an element.
The elements height will not become smaller than min-height.

It will override the max-height attribute.
The options are:
(1) Length, allows you to set it as a value like px or cm.
(2) Percentage, allows you to set the min-height as a percentage of its containing element.
(3) Inherit, it is inherited from its parent element.

Example