Design comparison
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey Chluna86 good job completing this challenge. Keep up the good work.
Your solution looks good and I would recommend adding some space above the paragraph using the
margin-top
property.In terms of your accessibility issues
-
Your IDs must be unique therefore the value for your id cannot contain any word or character like your class.
-
Use the html semantic tag
<main>
instead of the<div>
tag to get rid of accessibility errors
Once you fix your accessibility then your html validation will be fixed also.
I hope this helps
Cheers Happy coding.👍
1 -
- @Chluna86Posted over 2 years ago
Thank you for your feedback.! I have taken note of your comments to improve my code.
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