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.
Note: Delete this note and update the table of contents based on what sections you keep.
Practising basic html and css. Using cssgrid to create testimonials on a webpage
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Google Fonts - Google Fonts
How to use CSS grid and flexbox together in a web page.
- Traversy Media - This helped me learn cssgrid.
- Traversy Media - Brad Traversy helped me out whenever I had a problem finding a solution.