CSS's min-height property is used to specify an element's minimum height. The min-height property is used when the element's content is smaller than the min-height, and it has no effect when the content is larger than the min-height. This property ensures that the height property's value is not less than the element's specified min-height value.