---
layout: single
property_name: min-width
---
Defines the minimum width of the element.
The element has no minimum width.
You can use numeric values like pixels, (r)em, percentages... If the minimum width is larger than the element's actual width, the min width will be applied.
If the minimum width is smaller than the element's actual width, the min width has no effect.
#min-width
default
min-width: 0;
min-width: 300px;
min-width: 5px;