Use a Custom Cursor on Your Website
Ever wanted a cute pixel cursor for your website but have no idea how to actually do it? Well, hey!
- Step One: Find a cursor. You can use a .cur or .png file. You can find cursors all over the web, here's one for you to try this tutorial out with.

- Step Two: Save the image and upload it to your own server/image host and then right click the image and "copy image url". It should end with filenameexample.png or .cur. Save this URL for later.
- Step Three: Put the code below into your style.css file within the body and body, a elements.
- Step Four: Take the URL of the cursor from earlier and paste it in the code where it says YOURURLHERE.
Copy The Code for Yourself
Copy Text