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

Testimonial-grid-section-column

#accessibility

@Nnenna-udefi

Desktop design screenshot for the Testimonials grid section coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Any remark on the grid code would be highly appreciated.

Community feedback

Felix Criolloβ€’ 575

@FelixCriollo

Posted

Good job πŸš€ πŸš€

In .container you could also use grid-template-areas for easier the grid layout For example:

@media screen and (min-width: 800px)
   .container {
       display: grid;
       grid-template-areas:
             "pur pur gray w1"
             "w2 dark dark w1";
       gap: 16px;
       margin: 0 5% 0 5%;
       padding: 1.2rem;
   }

And then change each .badges(n) adding grid-area: pur; (for example)

More info about grid-template-areas

Happy coding :3

Marked as helpful

1

@Nnenna-udefi

Posted

@FelixCriollo Thank you for the feedback. I'm still read up and make the changes

1
Harmanjot Singhβ€’ 985

@arkharman12

Posted

Areas of improvement:

  • Media query breakpoint
  • Sizing
  • Spacing

Good luck!

Marked as helpful

1

@Nnenna-udefi

Posted

@arkharman12 Thank you for the feedback. Pls can you lay emphasis on the media query breakpoint. Thank youπŸ™

0
Abhikβ€’ 4,840

@abhik-b

Posted

πŸ‘‹ Hello Nnenna Miriam , Your solution looks nice & responsive , Well Done 🀩🀩🀩

Just a opinion remove the margin from section. Other than that everything looks nice , please keep coding this amazing solutions πŸ‘

Marked as helpful

1

@Nnenna-udefi

Posted

@abhik-b Thank you for the feedback. I knew that margin was going to be an issueπŸ˜‚. I tried removing it before and it resized the image in the second and fourth sections at the iPad viewport. I'll try to make the changes. Thanks

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