Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of how fast i was able complete this project and next time i'll start from the mobile viewpoint before the desktop viewpoint.
What challenges did you encounter, and how did you overcome them?the image size gave me a little problem during the responsive part of the design, but i was able find a workaround
Community feedback
- @haquanqPosted 3 months ago
Hi @Abimzz 👋
You solution looks good and responsive!
I got some feedback for you
- Page must have one
main
landmark (read more here)) which means wrap the mot important content of the page inside it. - Don't use
div
for everything, especially for text (there isp
,h1-h6
,small
,strong
,em
,... ).div
have no semantic meaning and you should consider using more semantic markups such assection, article
to wrap elements.
That's it, have a nice day and enjoy coding!!! 😁😁
Marked as helpful0 - Page must have one
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