MIN-HEIGHT Property In CSS
min-height Property in CSS
min-height property Declares the minimum height of the element.
Possible Value:
Lengths, percentages, and the predefined value auto.
Example predefined value auto.
div { min-height:200px; }
div { min-height:50%; }