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

Social proof section solution

@jadebuniel

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Take a look and leave a thought about my work. Willing to learn more.

Community feedback

Guy Ezra 615

@ezraguy

Posted

Hey Jade, Awesome work it looks great! But I do have 1 suggestion. In the media query (min-width: 64em) I would set the margin-top of the second card to 0. Because when there are only 2 cards in a row it looks the second card is misplaced. It will make the cards look more organized.

@media (min-width: 64em)
.reviews_container:nth-child(2) {
    margin-top: 0;
}

Great Work!

1

@jadebuniel

Posted

I really appreciate your feedback. Now that you've said it, I just noticed that it's actually a bit awkward.

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