.div-transition {
    position: relative;
    top: 0;
    transition: top ease 0.4s;
}

.div-transition:hover {
    top: -10px;
}