
Testimonials Grid Section | Built with CSS Grid & BEM Methodology
Design comparison
Solution retrospective
I’m proud of how efficiently I structured the project using BEM methodology and CSS Grid. It really helped keep the code clean and scalable. Next time, I want to refine my approach to positioning background elements.
What challenges did you encounter, and how did you overcome them?One of the biggest challenges was correctly positioning the quotation mark background element inside the purple card while keeping it behind the text. I overcame this by using position: absolute along with z-index adjustments. Another challenge was ensuring the correct text colors for white cards, which was fixed by properly applying color styles to all child elements.
Community feedback
- P@jstrzyzykowskiPosted about 2 months ago
Good job!
Precise work and proper BEM classes.
We can reduce some classes by :nth-child().
Keep going!
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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