<div>W3TR</div>
div {
background: green;
width: 200px;
height: 20px;
transition: height 2s;
-webkit-transition: height 2s; /* Safari 3.1 to 6.0 */
}
div:hover {
height: 100px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.