» Nội dung :
Copy đoạn css dưới và dán vào style của bạn
Code :#momtuan{
padding: 1px;
margin: 4px 4px 0 0;
border: 1px solid #d5d5d5;
transition: all 15s ease;
-webkit-transition: all 15s ease;
-moz-transition: all 15s ease;
transition-delay: 5s;
-webkit-transition-delay: 5s;
-moz-transition-delay: 5s;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
width: 45px;
height: 45px;
}
#momtuan:hover {
box-shadow: 0px 0px 10px #666;
-moz-box-shadow: 0px 0px 10px #666;
-webkit-box-shadow: 0px 0px 10px #666;
border-radius: 5px;
background-color: #ffffff;
padding: 5px;
transition: all 3s ease;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
position: relative;
width: 100px;
height: 100px;
}
Nhớ thêm :
Code :<img id="momtuan" alt="Ảnh minh họa" src="http://momtuan.wap.sh/logo.png"/>
và ko có thuộc tính width/height nha !
Demo :
Chúc bạn thành công