delicious

Deep dive CSS: font metrics, line-height and vertical-align

A murb'ed feed, posted about 7 years ago filed in css, explanation, font & typography.

Line-height and vertical-align are simple CSS properties. So simple that most of us are convinced to fully understand how they work and how to use them. But it’s not. They really are complex, maybe the hardest ones, as they have a major role in the creation of one of the less-known feature of CSS: inline formatting context.

Go to the original link.