Come up on hover [closed]

it’s easy, here your have the code of the page you have spoken about:

margin-bottom: -30px;
transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
-webkit-transition: all .15s ease-out;

And on hover:

margin-bottom: 0;

Hope it helps

Regards

Leave a Comment