var images = $("[data-img]");
images.mouseenter(function() {
$(this.dataset.img).css('box-shadow', "inset 0 0 20px black");
});
images.mouseout(function(){
$(this.dataset.img).css('box-shadow', "");
});
h3 {
margin-top: -21%;...
asked by
03.12.2015 / 17:57