main

post

tutorlist

my blog




{hover image diatas}

Blogskin/Classic template :
1. paste code after </style>

Simple template :
1. paste code into HTML/JavaScript
<style>
img{
}
img:hover{
-webkit-transition:1.2s;
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
width:0px; }
</style>