Hey everyone, I'm new to coding so please bear with me if I make some silly mistakes. I've been attempting to create a custom cursor for my website using an image that is 32x32 pixels in size, like this one.
Unfortunately, no matter what I try, it just doesn't seem to work. I've experimented with different images, both png and svg formats, and have used the "pointer" and "auto" options without success. The issue persists on Safari and Chrome as well.
If anyone has any insights or tips on how to solve this problem, I would greatly appreciate it! Here's the snippet of code I've been working with:
body{background-color: #F3F1EB; cursor: url("plane.png"), pointer;}