Design comparison
SolutionDesign
Community feedback
- @KrishnaVishwakarma1595Posted 5 months ago
Hi Sva
I have a few points to mention -
- As I saw on the code, you've given a common
id="socials"
to all thea
links. This should not be a common ID of an element that can be unique. Instead, you should useclass="socials"
- Also, I don't know why clicking on the buttons doesn't redirect me to the given link. It doesn't act at all. It is just changing the class
active
to clicked button.
0 - As I saw on the code, you've given a common
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