W3docs

min-height

CSS Property:

Result:

Example of the min-height property:

CSS Code:

#myDiv {
background-color:pink;
min-height:40px;
}

Click the property values above to see the result