Design comparison
SolutionDesign
Solution retrospective
Hey, This is my first frontend mentor challenge. I am new to web development. Any suggestion and advice would be embraced. Please give feedback on how can I improve my code quality.
Community feedback
- @dewslysePosted over 3 years ago
Hello Shofiya 👋! Congrats on completing your first FEM challenge👏👏. Your solution to the challenge look good and is responsive.
A few things to note:
- Rather than use only
div
s throughout your html, you could use some more specific sectioning elements. For example, your could wrap your main content on the page using themain
tag. This would resolve some of the issues raised in the report. - Best practice dictates having one
h1
on a page. - You could have your third card span the width of the top two between screen sizes 612px and 900px. I think that would be more visually appealing.
All the best.
Marked as helpful1 - Rather than use only
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