To Add slant images effect for your blog, Just follow the steps below,
1. Log in to your blogger account
2. Go to Design --> Edit HTML
3. Copy the code below, and paste above ]]></b:skin>
.FBT-slant:hover{
-moz-transform:rotate(22.5deg) scale(1.20);
-webkit-transform:rotate(22.5deg) scale(1.20);}4. Click Save Template.
To activate this effect, just use the class. Look at the example code below (the red-code is the class)
<img class="FBT-slant" src=" https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiq0iJhARdP-OAT8IX1MIsdFVQ7ZjYlBlMbyynRvW70LKe8vTI2Nwdr60NbA0fPjOeBYy9J-K-zzgFZ2NxMc9jGy4vboGYTVAhR7_C-C0u88jGb07dTnqQZQfaD2xwqHp2tIngCYEO8lF-L/s1600/logo.JPG" />