<a href=”
” download class=”botao-download”>📥 Baixar Arquivo</a>
<style>
.botao-download {
display: inline-block;
padding: 12px 24px;
background-color: #005496;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
transition: background-color 0.3s ease;
}
.botao-download:hover {
background-color: #005177;
}
</style>
Relacionado