<button class="btn">Eses mi boton</button>
.btn{
background-color: #600;
color:white;
bordwer:none;
width: 200px;
height; 40px;
font-weight: bold;
border-radius: 4px;
font-size: 14px;
transition: all 1s; /*backgorind-color 1s*/
}
.btn:hover{
background-color: #a30;
font-size: 20px;
}
No hay comentarios:
Publicar un comentario