Design comparison
Solution retrospective
I didn't find much difficulties while building the project.
Community feedback
- @rafdidactPosted almost 2 years ago
Hey, Muhammad! I got a few suggestions that would make your solution even better.
-
Your button should have a property of
cursor: pointer
so that when you hover over it with your cursor, the cursor icon changes. This will help the user get the feeling the item being hovered on is clickable. -
The shopping cart icon in the button is not visible. You should call its svg file path with a
img
tag wrapped inside aspan
tag, to better style it.
You can check my solution's repository for this challenge for reference.
Feel free to reach out if you need help!
Marked as helpful0@Muhammad-RK-IsaPosted almost 2 years ago@rafdidact Thanks a lot for the feedback. At the time of production, the shopping cart icon was visible to me but I can't figure out that why it's not showing now. Need to check that out. Have a great day!
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