Adding tilt hover effect
Go to blogger and then select templateEdit HTML and press ctrl+f inside code areaSearch for this
]]></b:skin>paste give code above ]]></b:skin>
.post-body img { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .post-body img:hover { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg);
save your template and visit your blog to confirm that effect is working if you face any problem you can ask me.