7502 shaares
219 private links
219 private links
1 result
tagged
line-height
-> if an element has a font size of 15px and a line-height of 1, then the child element with font size = 10px will have a line-height of 10px // using line-height of 1em would pass the computated value, 15px -- that's the trick!