Skip to content

Ax-cd/testimonials-grid-section-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size

Screenshot

Links

My process

Built with

  • Mobile-first workflow
  • HTML5
  • SCSS/SASS
  • CSS Grid

What I learned

The biggest challenge was to arrange the cards using grid and I'm happy to have overcome it.

main {
  @include desktop {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 50% 50%;
    margin: 0 10rem;
  }
}

Continued development

In future projects I want to ba able to use Grid with the same ease as I use Flexbox. I also want to continue using Sass but go further with what it can do.

Useful resources

  • Grid Garden - A short and helpful game to be quickly reminded of CSS Grid rules.
  • Sass Documentation - I looked up to the Sass documentation here and there to write code with the right syntax.

Author

About

Testimonials grid section with HTML5 and CSS/SCSS - Frontend Mentor challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published