Responsive testimonials grid section using grid and flexbox
Design comparison
Solution retrospective
I loved this challenge, I tested pseudo classes to achieve what I wanted in order to write less code. I know I can improve my choices and the way I write my code, please if you have any advice I would greatly appreciate it!!!!!!!! (seriously)
Thanks in advance for taking the time to see my solution and for leaving tips
Community feedback
- @FacualemandiPosted over 2 years ago
The page is quite good, I recommend you to change all the styles with CSS, for example, instead of using the <strong> tag for the font shape, you can add a class to the <p> and modify it with 'font-weight : bold' and 'color: black'.
-And to the paragraph of each one you can add a 'width: vh' and adjust it with Media query as the screen gets smaller, this is so that the letters do not move for each pixel that the screen shrinks.
Anyway, it looks pretty good 👍
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