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

Anuj Guptaβ€’ 250

@AnujCodeIt

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


What are you most proud of, and what would you do differently next time?

  • proud to complete this challenge
  • I would like to complete this project using a single grid only.

What challenges did you encounter, and how did you overcome them?

  • I was a bit confused with the layout, but used simple approach and made two grid instead of one.

What specific areas of your project would you like help with?

  • Just review my code, and tell me what mistakes I have done and how can I improve my code.

Community feedback

Gautam Sarkarβ€’ 850

@gautam32b7

Posted

Hi Anuj Gupta

Nice jobs. I reviewed your code and everything looks fine. Although, I will point out some good practices.

body {
  font-family: "League Spartan";
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.grid-col--2 {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
}

I hope this information is useful to you. Happy coding!

1

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