Design comparison
SolutionDesign
Community feedback
- @juriyaPosted about 2 months ago
Congratulations on completing the challenge!
To further enhance your solution, consider a few key areas:
- Start by refining your use of semantic HTML—replacing generic
<div>
elements with more meaningful tags like<section>
or<article>
will provide better document structure and clarity. - For responsiveness, implement media queries to adapt the layout for various screen sizes and use flexible design techniques like responsive units and grid layouts.
- In some areas, I have noticed you are using
for spacing the text; instead you can use table with full width or flex container to eliminate the need for fixed spacing in our template.
Hope this is helpful!!
0 - Start by refining your use of semantic HTML—replacing generic
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