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 link with CSS style sheet and HTML5

Rimtar10 60

@Rimtar10

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?

this challenge was really challenging but i'm truly proud that i could've accomplish it

What challenges did you encounter, and how did you overcome them?

centering the image was a bit challenging but i knew how to do it

What specific areas of your project would you like help with?

...

Community feedback

P
Shaun Pour 630

@ShaunPour

Posted

The active button property is missing. The buttons are supposed to change to the green shade used for the location for the background color with black text and the cursor property set to the value of pointer when moused over.

You can fix this by setting a new css selector as button (or a class used for all the buttons if you have that) like so:

    cursor: pointer;
    background: hsl(75, 94%, 57%);
    color: hsl(0, 0%, 0%);
}
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