Vertically Center href
HTML
<a href="#" class="anch"> Anchor </a>
CSS
.anch{
font-size:12px;
color:green;
display:inline-block;
height:100px;
width:300px;
border:1px solid black;
text-align:center;
vertical-align:top;
line-height:100px;
}