body {
font-size: 20px;
line-height: 2;
}
.em {
font-size: 2em;
background: -sharpccc;
}
how much should the line-height above be in the end?
I"m not sure:
.em inherits the line-height property of body, does it inherit the value of 2? Or do you inherit the calculated 40px?