This is a solution to the Testimonials Grid Section challenge on Frontend Mentor. The challenge is to build a responsive testimonials grid using HTML and CSS.
The project consists of a testimonials section that displays multiple user testimonials in a responsive grid layout. The design adapts to different screen sizes for optimal viewing.
- Responsive design for both mobile and desktop views.
- Clean and modern grid layout.
- Optimized images and accessible markup.
- Implemented CSS Grid and Flexbox for advanced layout control.
- Practiced using custom properties and responsive design techniques.
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
The design includes:
-
Purple 50: hsl(260, 100%, 95%)
-
Purple 300: hsl(264, 82%, 80%)
-
Purple 500: hsl(263, 55%, 52%)
-
White: hsl(0, 0%, 100%)
-
Grey 100: hsl(214, 17%, 92%)
-
Grey 200: hsl(0, 0%, 81%)
-
Grey 400: hsl(224, 10%, 45%)
-
Grey 500: hsl(217, 19%, 35%)
-
Dark blue: hsl(219, 29%, 14%)
-
Black: hsl(0, 0%, 7%)
- Font size (paragraph): 13px
- Family: Barlow Semi Condensed
- Weights: 500, 600
- Frontend Mentor - @boompow
Designs provided by Frontend Mentor.
Special thanks to the Frontend Mentor community for their support and feedback.