Design comparison
SolutionDesign
Community feedback
- @Djamel1133Posted about 1 month ago
Hi, well done! I just uploaded a solution for this challenge and can give some advice if you don't mind:
Use just one line for border-radius: 10px 0 10px 0 for the four borders (clockwise direction) or simply 10px 0 (10px for top and bottom, 0 for left and right if they are equal). The same applies to the margin property. Use rem units for sizes instead of px to get better responsiveness. I hope this was helpful... Keep coding and good luck!
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