Design comparison
SolutionDesign
Solution retrospective
Suggestions plz
Community feedback
- @JordanKisielPosted about 2 years ago
Hey Fatima, great work on the desktop version of the design! One issue I noticed is that the left image has rounded corners on the top right and bottom right corners which the design doesn't have. An easy fix for this is to use four values for the border-radius property like so:
border-radius: 10px 0 0 10px;
This applies the values to the corner starting from the top-left and continues clockwise to the top-right, bottom-right, and bottom-left.
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