Design comparison
SolutionDesign
Community feedback
- @VenusYPosted 9 months ago
Good job on completing the challenge!
A small thing you could change is adding rounded corners on the card like the ones you see in the design.
.d1 { border-radius: 10px 10px 0 0; } .d2 { border-bottom-left-radius: 10px; } .d3 { border-bottom-right-radius: 10px; }
You can change the value to whatever you see fit, I only used 10px as an example.
Hope this has been helpful! :)
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