Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm currently learning Typescript. Maybe I can do my project with Typescript next time
What challenges did you encounter, and how did you overcome them?When I want to add shadow behind the card, an invisible block always stuck under the card.
Therefore, I use position:relative
and position:absolute
to avoid causing the problem.
No need help
Community feedback
- @KlaudiaK0205Posted 4 months ago
You could have added box-shadow to the class "card" instead of using position: relative and position: absolute. But your solution is not bad either. The important thing is that it works :)
1@GulizuliPosted 4 months agoThanks for your suggestions. It's really helpful !! I'll try your method when I face the same problems next time.
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