How do I align content vertically in the middle?
How do I align content vertically in the middle? The CSS just sizes the div, vertically center aligns the span by setting the div’s line-height equal to its height, and makes the span an inline-block with vertical-align: middle. Then it sets the line-height back to normal for the span, so Read more…