Danielle/Gallery
Jump to navigation
Jump to search
.gallery {
-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; margin: 10px; -moz-box-shadow: 10px 10px 20px rgba(0,0,0,0.75); webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.75); box-shadow: 10px 10px 20px rgba(0,0,0,0.75);
}
.gallery:hover {
-webkit-transform: scale(1.9); -moz-transform: scale(1.9); -o-transform: scale(1.9); -ms-transform: scale(1.9); transform: scale(1.9); cursor: pointer;