+ 1
How to create mouse cursor and drag pad on web page
Mouse cursor enable
3 Answers
+ 1
What do you mean?
You can change the style of the cursor in CSS.
For example:
body {cursor: crosshair;}
https://www.w3schools.com/cssref/pr_class_cursor.asp
+ 1
https://code.sololearn.com/WM69XHQC8dy2/?ref=app
that may help
0
//Sololearn lesson
https://www.sololearn.com/learn/CSS/1110/?ref=app