Colored Background

Colored Background

HTML

<a href="#" class="link">Colored Background</a>

CSS

.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;
}