Submitted over 4 years agoA solution to the Testimonials grid section challenge
Testimonials Grid Challenge
@SJ-Nosrat

Solution retrospective
Hi, I implemented CSS Grid in the following way:
- Designed for the Mobile first as per design requirements.
- In between the Mobile and the Desktop design I add the following code:
grid-template-columns: repeat(auto-fit, minmax(327px, 0.75fr))so as to adapt to the screen viewport width. - Designed for the Desktop as per design requirements; placing the grid items explicitly and then using the CSS
transformproperty to achieve the desired look.
Please let me know, if my approach was correct! Thanks in advance!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Shahin NJ's solution.
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