How would you change the cursor on your website? Plz I really need this.
You can use the CSS cursor property.
cursor
body{ cursor:pointer; }
You can even make the cursor an image! More resources: https://www.w3schools.com/cssref/pr_class_cursor.asp
Cursors
How would you change the cursor on your website? Plz I really need this.
You can use the CSS
cursor
property.You can even make the cursor an image!
More resources: https://www.w3schools.com/cssref/pr_class_cursor.asp