<div></div>
div {
width: 100px;
height: 100px;
background-color: orange;
transition: width .5s, background-color 3s;
}
div:active {
width: 300px;
background-color: royalblue;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.