css custom cursor
HTML
<div>the cat in the hat<br>
the cat in the hat<br>
the cat in the hat<br>
the cat in the hat</div>
CSS
div
{
width: 600px;
height: 100px;
background: pink;
cursor: url(http://placehold.it/50x30) , auto
}
<div>the cat in the hat<br>
the cat in the hat<br>
the cat in the hat<br>
the cat in the hat</div>
div
{
width: 600px;
height: 100px;
background: pink;
cursor: url(http://placehold.it/50x30) , auto
}