Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Getting better with responsive design.
What challenges did you encounter, and how did you overcome them?N/A
What specific areas of your project would you like help with?Corner is not taking the border-radius
. Tried overflow: hidden
and seeing if certain elements were preventing it from curving.
Community feedback
- @SanderBuist2Posted 7 months ago
nicely done.
In this part:
.image-desktop { display: block; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; width: 300px; }
remove both top right parts and set the bottom left part to 10 px. That will solve it.
Marked as helpful0@yas-avocadPosted 7 months ago@SanderBuist2 Omgggggggggg Thank you. I was searching online for like an hour for a solution...... :)
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