Pagi nie rase nak buat tuto lagi laa :D Sambung tuto image hover yang semalam punye . Tuto nie iqa dah try gune tadi dan alhamdulillah menjadi :)
BLOGSKIN :-
Tekan ctrl + f serentak dan cari kod </style>
Copy kod kat bawah nie dan pastekan kat ATAS kod </style>
img {
filter: hue-rotate(360deg);
-webkit-filter: hue-rotate(360deg);
-moz-filter: hue-rotate(360deg);
-webkit-filter;(1);
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
transition: all 0.7s linear;
}
img:hover {
filter: hue-rotate(0deg);
-webkit-filter: hue-rotate(0deg);
-moz-filter: hue-rotate(0deg);
-webkit-filter;(0);
}
DENIM TAMPLTE :-
Copy kod kat bawah nie dan pastekan dekat ATAS kod /* Header
img {
filter: hue-rotate(360deg);
-webkit-filter: hue-rotate(360deg);
-moz-filter: hue-rotate(360deg);
-webkit-filter;(1);
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
transition: all 0.7s linear;
}
img:hover {
filter: hue-rotate(0deg);
-webkit-filter: hue-rotate(0deg);
-moz-filter: hue-rotate(0deg);
-webkit-filter;(0);
}
Preview dulu baru save :D
Done ^^
No comments:
Post a Comment
Leave a comment and I will reply you guys back.