Warung Online
Senin, 18 Juli 2011

Image Zoom Effect pada postingan ( CSS )


.post img {
border:none;
max-width:500px;
height:auto;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.post img:hover {
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-webkit-transform: scale(1.5);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-webkit-box-shadow: