My imagination are strong enough for me to hold on.
Hello 2017

#Tutorial : Image hover blur to clear
Thursday 17 December 2015 @ 08:46


I'm going to share with you guys how to put an image hover
From blur to clear


Hover Me!


1.Open you blog template, change to Edit Html
2.Press Ctrl+F (Command+F for Mac user)
3.Find </style>
4.Put this code before </style>
img {opacity: 0.4;filter: alpha(opacity=40);}
img:hover {opacity: 1.0;filter: alpha(opacity=100);}

5.Preview it first, if success, save




Mission Complete!!

Labels: