Design comparison
Solution retrospective
Hey folks, I want you all to review my solutions. Any suggestion and feedbacks on this will be helpful for me.
Community feedback
- @Enmanuel-Otero-MontanoPosted 11 months ago
Hello @imabhijeet!
Congratulations on completing the challenge. Your solution looks good, but I've looked at your code and would like to make an important improvement suggestion.
The suggestion is that you apply semantic tags in HTML, you have done everything with <div> and this is not good, with semantic tags I mean that you use <main>, the <h1> tags to the <h6>, <section>, <article>, these are just a few, there are more. The use of semantic tags is very important in web development, since they help browsers better understand how your website is structured, which translates into a more accessible website, improved web positioning and other improvements. I encourage you to search for information on the subject.
Greetings and keep practicing
Marked as helpful1@imabhijeetPosted 11 months agoThankyou @Enmanuel-Otero-Montano for your suggestion. I will definitely look into this.
0 - @danielmrz-devPosted 11 months ago
Hello @imabhijeet!
Your project looks excelent!
I just have two minor suggestions for you to improve it:
-
The
font-family
used in this project is Outfit. You can always check thestyle-guide
file to see what are the recommendedfonts
andcolors
for the project. -
Also, your
box-shadow
is a bit darker than the original design. I tried some values and updated your code, here it is, in case you wanna change it:
box-shadow: 1px 1px 42px hsl(219, 27%, 73%);
I hope it helps!
Other than those details, you did a great job!
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