<style type= "text/css" >
img
{
transition:width 2s, height 2s;
-moz-transition:width 2s, height 2s, -moz-transform 2s;
-webkit-transition:width 2s, height 2s, -webkit-transform 1.5s;
-o-transition:width 2s, height 2s, -o-transform 2s;
}
img:hover
{
transform:rotate(720deg);
-moz-transform:rotate(720deg);
-webkit-transform:rotate(720deg);
-o-transform:rotate(720deg);
}
</style>
Copy từ tôi sao ko ghi nguồn nhể ^^!
Trả lờiXóa