MAX-HEIGHT Property In CSS
max-height Property in CSS
max-height property Declares the maximum height of the element.
Possible Value:
Lengths, percentages, and the predefined value auto.
Examplediv { max-height:200px; }
div { max-height:50%; }