Testimonials grid section using CSS grid layout
Design comparison
Solution retrospective
Any kind of feedback would be appreciated!
Community feedback
- @Antoine-FloPosted about 4 years ago
Hi Yemisrach15 ๐ Great job, the design comparison is like pixel perfect ๐ it's impressive.
If I had a suggestion, you should apply a
max-width
to your div wrapper, so your layout doesn't stretch too much on big screen.Apart from that, your CSS style sheet is way cleaner than mine ๐ Good luck and happy coding !
2@Yemisrach15Posted about 4 years agoThanks @Antoine-Flo.
I intentionally didn't apply max-width thinking it doesn't look bad. I guess I wasn't right, I'll correct it as you suggested.
Thank you for your comments. You can make your CSS cleaner too๐
1 - @ApplePieGiraffePosted about 4 years ago
Hey, great job on this challenge, Yemisrach15! ๐
Your solution looks good, responds well, and your HTML is nice and semantic! ๐
As Antoine-Flo mentioned, your CSS is neat, too. Making extensive use of
:nth-child()
was an interesting (and cool) choice for this challenge!Keep coding (and happy coding, too)! ๐
1@Yemisrach15Posted about 4 years agoI thought using
:nth-child()
was a good choice too. Thank you @ApplePieGiraffe๐.0
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