Design comparison
Solution retrospective
I am most proud of successfully implementing a responsive user interface that dynamically adjusts to different screen sizes. This was a challenging aspect of the project, but the end result significantly enhanced the user experience.
What specific areas of your project would you like help with?I would appreciate feedback on the following areas:
-
Code Optimization: Are there any parts of my code that can be optimized for better performance?
-
Security: Are there any potential security vulnerabilities in my application that I should address?
Community feedback
- @Ahmed-BouhriraPosted 4 months ago
Hello , i was wondering how to get that style of border ? like the black shadow on the right side of the cart
0@hadil-rjbPosted 4 months ago@Ahmed-Bouhrira
Hello! To achieve a border style with a black shadow on the right side of the card, you can use CSS.
box-shadow: 8px 8px 0px 1px black;
Let me know if you need more help!
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