let images = [
'https://placeimg.com/150/100/animals',
'https://placeimg.com/150/100/arch',
'https://placeimg.com/150/100/nature',
'https://placeimg.com/150/100/people',
]<img src="#" />
<img src="#" />
<img src="#" />
<img src="#" />
Может ещё добавлю картинки в будущем. $(document).ready(function(){
$(".list-group-item-doc").hover(function(){
$(this).find("h4").css("bottom","15px");
},
function(){
$(this).find("h4").css("bottom","0px");
});
});.list-group-item-doc:hover h4{
bottom:15px
}
Может без подключения прямо так вставить в footer и всё: