a * { margin:0; padding:0; } body { -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } #wrap { height:100px; text-align:center; } img { width:100px; height:100px; cursor:-webkit-grab; cursor:-moz-grab; cursor:grab; } #cart { width:500px; height:100px; border-radius:20px; margin:50px auto 0; background-color:orange; } #cart1 { width:500px; height:100px; border-radius:20px; margin:50px auto 0; background-color:orange; } #cart.hover { background-color:red; } #cart img { width:70px; height:70px; margin:15px; }