How to Change the Cursor to an Image

Published: November 15, 2018

It only takes one line to have the cursor be an image:

css
.custom {
  cursor: url(https://66.media.tumblr.com/ed4cdc68eecbf32a982dfe5a1e98eca6/tumblr_pi925kZQsZ1xfbgtko1_75sq.png), auto;
}

Now let's make something with it. (Not mobile friendly)