Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Yes I added my own avatar and changed some links. Thought it would be interesting. In this project I used grid to center an object.
What challenges did you encounter, and how did you overcome them?I wanted to add links to all buttons but realized I need JS to do that. It's not hard but I don't want to include JS in this project.
Community feedback
- @KapteynUniversePosted 4 days ago
You don't need JS, you can use anchor tags, they are hyperlinks. Probably link inside button is not semanticly correct too.
<ul> <li><a href="#">GitHub</a></li> <li><a href="#">Frontend Mentor</a></li> <li><a href="#">Linkedin</a></li> <li><a href="#">Twitter</a></li> <li><a href="#">Instagram</a></li> </ul>
1
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