<style> .object { width: 100px; height: 100px; background-color: red; } .object:hover { cursor: move; } </style> <div class="object"></div>