Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.31 KB

Frontend Mentor - Testimonials grid section solution

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.

Table of contents

Overview

Screenshot

screenshot

screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow

What I learned

  • 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;
}

Author