Design comparison
SolutionDesign
Solution retrospective
Fellow developers I would love to get a feedback from you all. Thank you.
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @yassawambessaw24!
Your project looks great! Beautiful and responsive!
I just have one suggestion:
- Change the color of that 3rd section to
#49BEBD
and your project will look even closer to the original design.
I hope it helps!
Other than that, you did a great job!
Marked as helpful0 - Change the color of that 3rd section to
- @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 the
cursor: pointer
property to indicate that the element like a button or a link is clickable.
- Wrap the page's whole main content in the
<main>
tag.
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
0 - Use
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