Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Product Review Card

@Fatima-hub333

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Suggestions plz

Community feedback

@JordanKisiel

Posted

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 helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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