
Design comparison
Community feedback
- P@RogeanCostaPosted 2 months ago
Congratulations on the result! It looks very similar to the design. 👏
I recently did this challenge too, the only advice I can give you for now is to not overuse
<div>
and always try to use elements semantically, such as<p>
for paragraphs and<h1-h6>
for titles. 😁Try to use
<div>
only to group elements whose grouping has no specific meaning, there is no element that represents such grouping. For example, for the website header or the introduction of content, we can use<header>
instead of using<div>
. 👋Marked as helpful0
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