Design comparison
SolutionDesign
Solution retrospective
What did you find difficult while building the project? The styling of buttons Which areas of your code are you unsure of? I am not sure whether my solution is responsive on smaller devices
Community feedback
- @mayankdrvrPosted about 1 year ago
Congratulations @corolaweb023 for completing this challenge. Your design matches the solution very well and your code is following good practices.
Here are a few observations-
- The <h1> element should be used for SEO atleast once, but it should be used only once per page.
- 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.
- Avoid using <div> element in html file and use semantic html elements throughout the code for better web accessibility.
- Using noopener and noreferer in <a> elements is a good security practice with cross browser compatibility.
- Use the page background color given in the starter files.
Awesome solution and keep it up.
Marked as helpful1 - @malyrudyPosted about 1 year ago
good job 👏 and I have checked also the code css and its awesome DRY semantic code
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