main

post

tutorlist

my blog



{hover image}
Blogskin/Classic template :
1. paste code after </style>

Simple template :
1. paste code into HTML/JavaScript
<style>
img{
border:10px solid #eee;
border-radius:10px;
padding:3px;
}
img:hover {
opacity: 1;
/*Reflection*/
-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
/*Glow*/ -webkit-box-shadow: 20px 0px 20px rgba(5255,255,255,0.8);
-moz-box-shadow: 20px 0px 20px rgba(5255,255,255,0.8);
box-shadow: 20px 0px 20px rgba(5255,255,255,0.8);
}
</style>