Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I finished this honestly really quickly
What challenges did you encounter, and how did you overcome them?I thought getting the padding/ margin pixel perfect was pretty difficult but got the pretty close.
What specific areas of your project would you like help with?I would like tips on cleaner code. I don't think its messy but maybe ways to make it easier going forward?
Community feedback
- @Zy8712Posted 7 months ago
Your site looks pretty solid.
The only things that really stands out to me as needing to be changed are:
- you should use a link tag
<a>
instead of a<button>
tag as thats what the project calls for - you should remeber to add the
font-weight
to the link's text
Besides that your code looks great!
0 - you should use a link tag
- @AnwarMestycerPosted 7 months ago
Your work looks amazing. Well done!
- Add some
font-weight
to your text to match the design. - Every button ought to take you to the relevant web page. You may include
<a href="website link here">text here</a>
- Try to make it unique by including your social media links, profile picture, etc.
I hope this was helpful, and if you need any help, don't hesitate to contact me HERE
0 - Add some
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