
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
The simple styles
What challenges did you encounter, and how did you overcome them?Nothing.
What specific areas of your project would you like help with?The exactly positions of the elements.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @xianort
Hello, your solution looks good! I only have one point.
In general, your HTML pages should each have only one
<h1>
tag. Having no<h1>
or more than one can confuse screen reader users as they depend on headings to construct a table of contents for the page.For more info please read MDN's article about HTML headings.
Marked as helpful
Join 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