Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
any Suggestions
What challenges did you encounter, and how did you overcome them?none
What specific areas of your project would you like help with?none
Community feedback
- @danielmrz-devPosted 8 months ago
Hello @Siddarth-abcs!
Impressive work!
I have a very simple suggestion:
š On this project, the card container has a
border
and also abox-shadow
. You can add those with these lines below:element.style { border: 1px solid black; box-shadow: 10px 10px 0 black; }
I hope it helps!
Other than that, your solution is excellent!
Marked as helpful1
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