Search
The min-height property in CSS is used to set the minimum height of an element, ensuring it does not shrink below a certain height.
min-height
In the above example, we have applied the min-height property to the p element.
p