Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social profile page using HTML and CSS

@teixeirabrenno

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

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

P
Leo 110

@Leonardolvq

Posted

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 helpful

1

@teixeirabrenno

Posted

@Leonardolvq

Thank you. That was exactly what I was looking for.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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