Tutorial : Image Hover Ber-Rainbow

Assalamualaikum and annyeong :) Tutorial seterusnya untuk buat image hover ber-rainbow pulak . Kalau korang biasa blogwalking blogwalking tu , korang selalu nampak image akan bertukar warna warni kan bila di sentuh . Look fun ?
So ? nak buat ?
follow this step .

1.dashboard > template
2.ctrl + f , cari code

</style>

3.copy code bawah ni pula

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);
}

 4. paste dekat atas code </style> tadi tu .
5.preview and save :)


No comments :

Post a Comment

Assalamualaikum and hi ,mind to drop your comment or opinion here .:D

ariexxn