W3docs

min-width

CSS Property:

Result:

Example of the min-width property:

CSS Code:

#myDiv {
background-color:pink;
width:50px;
min-width:100px;
}

Click the property values above to see the result