hey folks,
just wanted to know. if my facts are right. when you give min-height and max-height property in px or %. does it mean if a person with small resolution monitor will see it in min-height and if the monitor is huge the max-height will run?
No min/max-height sets the min/max height of the element. The elements will look differently based on resolutions. Read: min-height (CSS property)
Let us know if you have more questions