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;
}
How do I make the block .novidades
return in animation ease
to the same place, instead of being "teleported" to the original place?