1.item { 2 cursor: pointer; 3 position: relative; 4 transition: 0.1s; 5 top: 0; 6} 7 8.item:hover { 9 top: -5px; 10} 11 12