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