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