3-column-preview-card-component

Solution retrospective
found responsive designing challenging. all feedback appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mayankdrvr
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 helpful
Join 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