0
I have this :hover
here...
.novidades{
background-color: #F5dcdc;
background-color: #f5dcdc;
background: linear-gradient(#f5dcdc, #bebef4);
position: relative;
bottom: 0;
}
.novidades:hover{
bottom: 20px;
transition: bottom 0.4s ease;
}
Like I do for the block .novidades
get back in animation ease
to the same place, rather than being "teleported" to the original place?