This is a solution to the Social proof 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 section depending on their device's screen size
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
I tried to use grid and flexbox for responsiveness instead of media queries. It wasn't easy. I added the media queries to adjust some parts like alignment, text and background. I turned the testimonial part from flexbox to grid in larger screen because I didn't like the wrap of grid in smaller screen (it's like a table), instead using flexbox for the smaller screen the wrapped element is in the center below the other.
I certainly have to practice more and more flexbox and grid. Especially using both of them together.
- CSS Tricks - As always when I have a problem, I end up here.
- Frontend Mentor - @cla91

