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{
filter: normal;
}
img:hover{
-webkit-transition:1.2s;
-webkit-filter:sepia(0.8);
}
</style>