min-height
Definition
The min-height property specifies the minimum height of the element.
Example
div {min-height: 200px}
Characteristics
Possible values
- length
- Specific height.
- percentage
- Percentage of the parent element's height.
inherit- Use the same computed value as the parent element for this property.
Default value
0
Applies to
All elements except img, colgroup and col.
Inherited
No
See also