![css](https://habrastorage.org/r/w120/webt/5a/6c/29/5a6c295a5de0d066850531.png)
CSS
- 10 ответов
- 0 вопросов
5
Вклад в тег
$(".wayWeWork").hover(
function () {
$(this).find("h4").animate({top: '20%',left: '5rem'},300, 'linear');
},
function() {
$(this).find("h4").animate({top: '50%',left: '2rem'},300, 'linear');
});