Design comparison
SolutionDesign
Community feedback
- @ywsolimanPosted about 2 years ago
Hey @GauthamRVanjre, I hope you're doing great!
I have some suggestions for your code if you don't mind:
- You should use HTML Semantic Elements instead of div as it doesn't have a real meaning
<div>
should be<main>
because the main element identifies the main content of the page. - Use relative units such as
rem
orem
instead ofpx
to improve your performance by resizing fonts between different screens and devices.
Keep up the good work!👏
Marked as helpful2 - You should use HTML Semantic Elements instead of div as it doesn't have a real meaning
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