Design comparison
SolutionDesign
Community feedback
- @Saad-HishamPosted over 1 year ago
Hi there!
I noticed that the box shadow on your container was a bit too dark you can try this
.container{ box-shadow: 6px 3px 5px 0px rgba(227,227,227,0.75); -webkit-box-shadow: 6px 3px 5px 0px rgba(227,227,227,0.75); -moz-box-shadow: 6px 3px 5px 0px rgba(227,227,227,0.75); }
Good job! To make your life easier, I recommend using an online box shadow generator to speed up the process of creating box shadows. Just search for "box shadow generator" and you'll find many helpful tools.
Keep up the great work and 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