CSS Property:

min-width

Result:

Example of the min-width property:

CSS Code:

#myDiv {
                
background-color:pink;
width:50px;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?