Design comparison
SolutionDesign
Community feedback
- @nguernsePosted 4 months ago
Good job! Visually looks good. Some suggestions:
- You have multiple uses of the
h1
tag. It's generally advised to keep it to oneh1
per page. See here. Also, in the context of this project, using theh1
for the.TAG
and.post-copy
doesn't quite make sense here. Might opt for<span>
or<div>
for the.TAG
and<p>
for the.post-copy
- The
.container-img
class could be refactored by moving thepadding
into the.container
class. Then you could remove thediv
which creates an unnecessary nesting.
0 - You have multiple uses of the
- @Sales-CampeloPosted 4 months ago
Gostei muito do seu projeto, foi bem dividido e estruturado, ainda irei ler com calma seu codigo mas vi que está muito bom, parabens.
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