
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Responsiveness, CSS, HTML
Community feedback
- P@Lo-DeckPosted 3 months ago
Hi well done for this challenge,
I'll give this link you check out the mistake for HTML and CSS. 3WC validator.
Like
<h1>
it's one per page, all h1 elements are treated as top-level headings by many screen readers and other tools. MDN.It's better to use
em
orrem
instead ofpx
. FreeCodeCamp. FreeCodeCamp.It's easier to start with a mobile-approach FreeCodeCamp.
Hope to be helpful.
Marked as helpful0
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