How can set minimum height of div in HTML?
How can set minimum height of div in HTML? CSS allows a “min-height” property. This can be used to set the minimum height of the div you’re talking about. Incase you want to set a minimum/maximum height and minimum/maximum width to a div , CSS allows the specific feature. What Read more…