Design comparison
Solution retrospective
Managed to finish the project in less time than usual.
What challenges did you encounter, and how did you overcome them?I couldn't find a way to make the pointer cursor black.
What specific areas of your project would you like help with?I read about how to make the pointer cursor black and found out that there's no way to change the color of the cursor through CSS directly. Instead, I would need to get an URL to a black pointer cursor and then implement it on the CSS. I couldn't find a website to do this though, so any recommendations would be great.
Community feedback
- @LeonardolvqPosted 4 months ago
To customize your cursor, you need to get an image. You can find cursor images on various websites like Flaticon, The Noun Project, and many others. Numerous websites reference these sources.
Ex: cursor: url('./images/custom-cursor.png'), auto;
Marked as helpful1@teixeirabrennoPosted 4 months ago@Leonardolvq
Thank you. That was exactly what I was looking for.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord