I have tried as the following
<div class="tag">
<a href="#">Book Form</a>
</div>
in css
.tag a
{
background-color:#899898;
height:125px;
width:250px;
color:#000;
font-family:Arial;
font-size:25px;
}
The issue is that height and width of anchor doesn't change. Please help me