min-height
Name: min-height
Description: Specifies the minimum height to be used for an element.
Browser Compatibility: NN 6+ / O 4+
Inherited: No
Values:
- inherit
- [length]
- [percentage]
Code Example:
h1 {min-height: 50px;}
Description: Specifies the minimum height to be used for an element.
Browser Compatibility: NN 6+ / O 4+
Inherited: No
Values:
Code Example: