En mi caso escogí que cuando pasara el curso el botón se agrandara: .presentacion__enlaces__link{ width: 378px; background-color: #000000; text-align: center; padding: 21.5px 0; border-radius: 8px; font-family:"Montserrat", sans-serif; font-size: 24px; font-weight: 600; text-decoration: none; color:#f6f6f6; border: 5px solid #22D4FD; display: flex; justify-content: center; gap:10px; transition: transform 1s ease; cursor: pointer; }
.presentacion__enlaces__link:hover{ background-color:#272727; transform: scale(1.1); }
.presentacion__enlaces__link:active{ transform: scale(0.5); color: red; }