Design comparison
Solution retrospective
How can I improve my code in CSS?
Community feedback
- @mikej321Posted almost 2 years ago
Hey there,
Your project looks great!
One thing that could really help bring it closer to the design would be to add a box-shadow to your .container.
box-shadow: 3px 3px 15px hsla(220, 15%, 5%, 0.2);
this is a box-shadow that I whipped up really quickly but I am going to link an article that really helped me learn box-shadows.
https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
Hope this helps and Happy Holidays!!!
Michael Johnson
Marked as helpful1@wassimchakibPosted almost 2 years ago@mikej321 Thank you so much. I didn't pay attention to box shadow. I really appreciate your help. Happy holidays
0@mikej321Posted almost 2 years ago@wassimchakib No problem, my friend...anytime!
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