This is a solution to the Testimonials grid section challenge on Frontend Mentor.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- Solution URL: https://github.com/emjogale/testimonial-grid
- Live Site URL: https://testimonial-grid-chi.vercel.app/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
I tried grid layout for this project - and found it really usefully for the desktop view, where the different sections spanned different areas of the layout.
I have only scratched the surface of what grid layouts can be used for so will be looking more into this.
- Frontend Mentor - @emjogale
- Twitter - @emmagale2635
I got a lot of inspiration from Grace Snow's solution to this project - particularly the use of blockquote elements for the individual testimonials and a hidden heading for accessibility.