0
respostas

[Projeto] Alterando o cursor e o fundo dos botões Hover

.apresentacao__links__link{ /* background-color: #22D4FD; */ display: flex; justify-content: center; gap: 16px; border: 2px solid #22D4FD; width: 378px; text-align: center; border-radius: 8px; font-size: 24px; font-weight: 600; padding: 21.5px 0; text-decoration: none; color: #F6F6F6; font-family: 'Montserrat', sans-serif; } .apresentacao__links__link:hover{ background-color: #272727;

}