Design comparison
SolutionDesign
Solution retrospective
Any tips appreciated
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @Siphixx!
Your solution is excelent!
Just a reminder about HTML headings:
- I noticed that you used
h1
more than once for the titles. Many people think that the only difference betweenh1
toh6
headings is the size, but it's not. They have semantic value. I don't know if that's your case, but even if it's not, here's the reminder:
The
<h1>
to<h6>
tags are used to define HTML headings.<h1>
defines the most important heading.<h6>
defines the least important heading.Only use one
<h1>
per page - this should represent the main heading/subject for the whole page. Also, do not skip heading levels - start with<h1>
, then use<h2>
, and so on.- Also, if you change your
background-color
to#E7EFF6
. It'll look even closer to the original design.
I hope it helps!
Other than this detail, you did a great job!
0 - I noticed that you used
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