Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I took notes from previous task in accessibity and I used figma to check css to be pixel perfect.
What challenges did you encounter, and how did you overcome them?..
What specific areas of your project would you like help with?..
Community feedback
- @danielmrz-devPosted 7 months ago
Hello @hebaahmedsaleh!
Your solution looks excellent!
š The card also has a
border
and abox-shadow
. You can create them by adding this to your code:#container { border: 1px solid black; box-shadow: 10px 10px 0 black; }
I hope it helps!
Other than that, you did an excelent job!
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