Design comparison
Solution retrospective
Help me with any feedback. Thank you
Community feedback
- @MelvinAguilarPosted 11 months ago
Hello there ๐. Good job on completing the challenge !
I have other suggestions about your code that might interest you.
- Use
<ul>
and<li>
for the content under "Why Us": Since the content is a list of items, it's more semantically correct to use an unordered list (<ul>
) and list items (<li>
) instead of just using paragraph (<p>
).
- You should use only one
<h1>
tag per page. The<h1>
tag is the most important heading tag, This can confuse screen reader users and search engines. You can read more about this here ๐.
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
Marked as helpful2@replayzorPosted 11 months agoThank you , did not notice that was a list =) . I fix it thank you for the feedback @MelvinAguilar
0 - Use
- @danielmrz-devPosted 11 months ago
Hello @replayzor!
Your project looks great!
If you change your
background-color
to#E7EFF6
, it'll look even closer to the original design.I hope it helps!
Other than that, great job!
Marked as helpful1@replayzorPosted 11 months ago@danielmrz-dev Thank you I notice the background color after I upload it i will fix it thank you
1
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