CuDemVN.Wap.Sh



![]() | ![]() ![]() ![]() |
Copy đoạn CSS dưới và dán vào style của bạn
#cudemvn {
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
}
#cudemvn: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:
<img id="cudemvn" alt="Ảnh minh họa" src="logo.png"/>
và không có thuộc tính width/height nha!
Nguồn: momtuan

Đánh giá: 4.5/ 5, 620 bình chọn
