melayang ke sedikit div

.item{
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}
.item:hover{
  top: -5px;
}
Aryamitra Chaudhuri