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 testimonial page with CSS Grid

Rapha445 100

@Rapha445

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


Hello everyone :) I am getting used to grid, any advice with how to best use grid properties would be welcome!

Cheers,

Community feedback

@volod-one

Posted

Hey! Layout looks good. Structure of your code is pretty clean.

Some things which could improve your solution a little bit.

  • Seems like you use BEM methodology. In this case use double underscore(__) in class names not one underscore(_). One underscore reserved for modifiers.
  • Not a really good approach to style your ids. Again, you use BEM here, instead ids you could use something like class="card card--first" class="card card--second" (global standard) or class="card card_first" class="card card_second" (Yandex standard).

Good luck on your journey!

Marked as helpful

0

Rapha445 100

@Rapha445

Posted

@DevilDoctor27 Thanks a lot for the advice!

I actually didn't know about naming conventions, and I've just been copying what I've seen in other people's code. I will look into that though, would your recommendation be to get used to the BEM methodology for naming?

Cheers,

0
Rapha445 100

@Rapha445

Posted

@DevilDoctor27 Thanks! I am going to practice all that :)

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