
Solution retrospective
table and hr
What challenges did you encounter, and how did you overcome them?table and hr, for those i needed to mess with the border width
What specific areas of your project would you like help with?h3 throws error: Heading levels should only increase by one
no idea how to fix, ive already used h1 and h2, albeit later
Please log in to post a comment
Log in with GitHubCommunity feedback
- @digigrrl525
Hi. Your h3 error occurs because you have an h1 then h3 then h2. Your h2 should come before your h3. One easy option would be to change your <h3> to a <p> with an id. That would be an easy solve that doesn't require a lot of rework.
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