Design comparison
SolutionDesign
Community feedback
- @pRicard0Posted almost 2 years ago
You have to follow the heading hierarchy and use h1, not h2.
Your project must contain a main instead of a div with the "container" class. You can also use section instead of div. A section for image and a section for the text, etc... This way, your HTML becomes more semantic.
Don't use px for font-size, you should use em or rem. It automatically adapts its length relative to the font that the reader chooses to use.
Marked as helpful0@renatomagnusPosted almost 2 years ago@pRicard0 Thanks! I will take care of that from now on!
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