/*PIC*/ .pic { overflow: hidden; margin: 20px; border: 10px solid white; -webkit-box-shadow: 5px 5px 5px #111; box-shadow: 5px 5px 5px #111; float: left; } .pic:hover { cursor: pointer; } /*GROW*/ .grow img { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .grow img:hover { } /*CONTRAST*/ .contrast img { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .contrast img:hover { -webkit-filter: contrast(185%); } /*PIC end*/

Більше статей...

Load More