Design comparison
Solution retrospective
Feel free to leave your appreciated feedback on my solution since I don't have any particular section of the challenge that was giving me trouble. Your feedback is very much appreciated.
Thanks and happy coding š
Community feedback
- @msuryaditriputraRPosted over 2 years ago
Hi TheCoderGuru š You have as good work as always šŖš„
However, I think you didn't notice some detail from this challenge:
Background-color
of the card content iswhite
.- The one that should have
background-color : very-pale-blue
is thecard-lower
. - The icon doesn't have to have alternative text, just leave it blank.
- The button should have
cursor: pointer
when it hovers. - You forgot to handle the button's state when it hovers.
- IMHO on this challenge, since the anchor link doesn't point to any page, the best practice is to assign the
href="#"
attribute to it. so that when it is clicked the page does not reload.
Actually we can't access your repo, I just look at your code through DOM element. so, i hope you can update it later.
last but not least, i hope this feedback can help you š
Keep up your Good Work š and Happy Coding ā
2@shashreesamuelPosted over 2 years agomsuryaditriputraR Thanks for the feedback, will make the necessary changes
Cheers
Happy coding š
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