<div></div>
div {
width: 100px;
height: 100px;
background-color: orange;
transition: width .5s, background-color 3s;
}
div:active {
width: 300px;
background-color: royalblue;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.