Skip to content

YuBaichuan2000/testimonials-grid-section

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A frontend testimonial practice using css flexbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published