Center vertically with `line-height`
For an a
-element:
display: block;
height: 100px;
line-height: 100px;
width: 200px;
text-align: center;
This will make the text center both vertically and horizontally!
For an a
-element:
display: block;
height: 100px;
line-height: 100px;
width: 200px;
text-align: center;
This will make the text center both vertically and horizontally!