<button>test</button>
button {
width: 80px;
height: 50px;
transition: background-color 0.5s;
}
button:hover {
background-color: blue;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.