CSS Min-Width Property

Description:
Specifies the minimum width to be used for an element.
Syntax:
min-width: [value];
Possible Values:
- [length]
- [percentage]
- inherit
Initial Value:
0
Applies To:
All elements except non-replaced inline elements and table elements
Inherited:
No
Media:
Visual
Example:
h1 {min-width: 50px;}





