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