Design comparison
SolutionDesign
Solution retrospective
Hello everyone,
Here is another solution of "Frondend Mentor Challenge". Any comment or feedback will be highly appreciated.
With regards,
ZM. Baig
Community feedback
- @danielmrz-devPosted 10 months ago
Hello @ZMBAIG!
Your solution looks excelent!
I have just two minor suggestions:
- First: Since that HTML &CSS Foundations text is the main title on the project, you can replace it with
h1
instead of usingh3
. The choice of a heading should consider more than just the font-size.
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.- And second: You can also add a
hover effect
on this title changing it's color to yellow, just like the original design.
I hope it helps!
Other than those details, you did a great job!
0 - First: Since that HTML &CSS Foundations text is the main title on the project, you can replace it with
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