This is a solution to the Testimonials grid section challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- Semantic HTML5 Markup
- Custom CSS properties
- Flexbox
- CSS grid
- Mobile first workflow
- Live site URL: Testimonials-grid-section
I learned how to achieve this particular layout in an easy manner using CSS grid. Also I learned how to position grid items using grid lines in a grid layout.