Design comparison
SolutionDesign
Solution retrospective
Please let me know if you have any suggestions
Community feedback
- @basitkoraiPosted over 1 year ago
Hi, my friend. 👋 I'm delighted that you have completed the project
I have some suggestions to improve your project.
- I would suggest wrapping this entire component in an
<article>
tag for better accessibility. - For the main hero image, I would suggest going for the
<picture>
tag instead of this<figure>
, it'll also help with automatically choosing the right image at the right viewport. - Set
min-height: 100vh;
to the<main>
element for centering everything. - Also Update your
background-color
.
Upvote the comment if it helps
I hope these tips will help you improve your code.😊
Happy Coding✌️
Marked as helpful0@AbibGuardian50Posted over 1 year ago@basit-flash thanks for your feedback, i will apply it soon
0 - I would suggest wrapping this entire component in an
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