Design comparison
SolutionDesign
Community feedback
- @Harsh-Kumar-DwivediPosted 7 months ago
Hi @ivor-19,
Nice Work !
I would suggest following:-
1.Prefer replacing
<div class = "container">
with<main>
element.2.
<section class = "wrapper">
is redundant as a container.3.Prefer replacing
<h3>
with<h1>
.These will enhance your code, improve accessibility and make your markup more semantic.
Hope these suggestions are helpful !
Happy Coding !
0
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