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

#Tutorial : Accidentally Pour image hover
Saturday 19 December 2015 @ 09:02





Hover the Image

Hey guyssssss!!
I'm going to show you guys how to make image accidentally pour when you hover


1.Open your 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 {
border-radius:10px;
border:none;
}
img:hover {
filter:Alpha(Opacity=50,FinishOpacity=0,Style=0);
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
padding-left: 160px;
-webkit-transition: 1.5s;
-webkit-transform: rotate(6deg);
}
5.Save, done!!

Labels: