back
Code
CSS
HTML
Web
#div273{
width:50%;
height:200px;
background-
color:red;
transition-
duration:5s;
-
webkit-
transition-
duration:5s;
transition-
property:height, width;
-
webkit-
transition-
property:height, width;
}
#div273:active{
width:100%;
height:250px;
background-
color:blue;
}