how to make an element change your cursor: https://www.w3schools.com/cssref/pr_class_cursor.asp
importing a custom cursor looks like this: some-element {cursor: url('imagesite.com/cursorURL'), default; }
I believe you should make the point of the cursor in the top left, otherwise it wont be aligned.*
how to make an element change your cursor:
https://www.w3schools.com/cssref/pr_class_cursor.asp
importing a custom cursor looks like this:
some-element {cursor: url('imagesite.com/cursorURL'), default; }
I believe you should make the point of the cursor in the top left, otherwise it wont be aligned.*
*im not certain on that though