0
max,min -height set for resization
suppose there is a min-height of 100px so if the paragraph length increase than that will it increase its height?
2 Answers
+ 1
min-height of an object set the inital height. if the object is 20px height the output will be 100px, if the object is 120px it will grow 20px, if u put max-height 100px the object never will be more than 100px
0
suppose your div min height is 100px and this div contain details of any product and the detail is fill by the user and some user fill data more than the div size in that case min height works it auto increment as per our requirement