I tried same piece of code with different image i.e., https://cp.cute-cursors.com/uploads/cursors/283/1.png instead happy.png and it's not working, Does anyone know why it's not working ?
html {
background-color: lightgray;
/* cursor: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/happy.png"), auto; */
cursor: url("https://cp.cute-cursors.com/uploads/cursors/283/1.png"), auto;
}
<html>
</html>