Design comparison
Solution retrospective
- How can i make better box-shadow?
- Even better way to build this design with less code?
Community feedback
- @PPechmannPosted about 2 years ago
Hey Kounik!
Really nice job on this challenge, well done!
Regarding the box-shadow, I haven't done this challenge myself, but playing around a bit, I found that the following gewts pretty close:
box-shadow: 0px 15px 14px -5px hsl(225deg 100% 90%);
. If you apply it to yourorder-summary-container
, you will see the result. I highly recommend playing around with box-shadows to get a better feel for them. Maybe also give Neumorphism a try.Regarding the design with less code: I am sure it is possible to write even less, but I wouldn't worry about that, as you didn't write an excessive amount.
Looking forward to see more of your solutions!
Happy coding and happy weekend:)
Patrick
Marked as helpful0
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