Design comparison
Solution retrospective
Hello everyone!
This is my first solution. Any suggestions/feedbacks would be greatly appreciated. :)
Thanks in advance!
Community feedback
- @techantherePosted almost 3 years ago
Hey @cornthecob, a very nice effort for your first solution on Frontend Mentor, well done! I have a few things to mention here, which you can improve in future projects as well:
- Consider using a semantic tag like main and enclose all the content within it, while for attribution etc. you should add a footer tag.
- Try using at least one h1 level heading in the text. The text "Equilibrium" should be within the h1 tag.
- Always validate your code if it contains any missing opening or closing tag or other syntax-based mistakes in HTML, you can use w3c validator for this purpose.
One thing more, I don't see the image hover effect in your solution, please try adding one, you will definitely learn a lot more along the process :) Good luck with your future solutions :)
Marked as helpful1@cornthecobPosted almost 3 years agoHey @techanthere, thank you very much for your feedback. They have undoubtedly helped me a lot. I've altered the solution to reflect all of your suggestions.
Thanks once again! 🙏🏻
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