Design comparison
SolutionDesign
Solution retrospective
found responsive designing challenging. all feedback appreciated.
Community feedback
- @mayankdrvrPosted about 1 year ago
Congratulations sonu9889 for completing this challenge. Your design matches the solution very well and your code is following good practices.
Here are a few observations-
- Avoid using <div> element in html file and use semantic html elements throughout the code for better web accessibility.
- Try to use the Block Element Modifier(BEM) naming method as a good practice of naming classes for referencing html elements in the css file.
- Using noopener and noreferer in <a> elements is a good security practice with cross browser compatibility.
- The h1 should be used for SEO, but it should be used only once.
Awesome solution and keep it up.
Marked as helpful1@sonu9889Posted about 1 year agoThank you @mayankdrvr for the code review. I will implement these changes from now on.
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