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.
- Live Site URL: Github Page
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- CSS Flexbox to arrange elements and manage layouts
- Responsive design with mobile-first workflow using media query
- Create circular profile images
.circle-img {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
}
- Reach out to me on Linkedin - George Yu