<a href="#" class="link">Hover Background</a>
.link{
text-decoration: none;
color: inherit;
background: white;
padding:10px 15px;
border-radius: 7px;
box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.link:hover{
background:black;
color: white;
}