тень от изображения
тень от изображения
by saine
HTML
<td style="width: 90.2431px; height: 41px;">
<img title="Acura" src="http://pervushin.com/wp-content/uploads/2010/09/fieroanimals1920x1080.jpg" width="250" height="150" /><br />
<a target="_self" href="http://refp.com.ua/shop/search?text=acura"></a></td>
CSS
img{
transition:0.3s all ease-in;
}
img:hover{
box-shadow:0px 0px 24px 0px rgba(50, 50, 50, 1);
}