<div></div>
div {
background: #2db34a;
height: 95px;
transition-property: background;
transition-duration: 1s;
transition-timing-function: linear;
width: 95px;
}
div:hover{
background: #ff7b29;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.