HTML |
---|
<a href="#" class="customBtn">CNI - Confederação Nacional das indústri</a>
<style>
.customBtn {
box-shadow: 0px 10px 14px -7px #276873;
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#ffffff !important;
font-size:16px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.customBtn:hover {
background-color:#408c99;
}
.customBtn:active {
position:relative;
top:1px;
}
</style> |
...