Buenos días a tod@s, sigo dandole!!!
CSS
.enviar{
width: 40%;
padding: 15px 0;
font-size: 18px;
font-weight: bold;
color: white;
background: orange;
border: none;
border-radius: 5px;
transition: 3s all;
cursor: pointer;
}
.enviar:hover{
background: greenyellow;
transform: scale(1.2);
}
Saludos cordiales y apretón de mano desde Medellín - Colombia.