How can I vertically center the text “Don’t click me”:
<a href="#" style="background-color:red; display:inline-block; height:100px;">Don’t click me</a>
How can I vertically center the text “Don’t click me”:
<a href="#" style="background-color:red; display:inline-block; height:100px;">Don’t click me</a>
.anchor {
background-color:red;
display:inline-block;
line-height: 100px;
height: 100px;
}
Set line-height
to the same value as height