An open API service indexing awesome lists of open source software.

https://github.com/subhajitroycode/testimonials-grid-section

This is project of testimonials by frontend mentor
https://github.com/subhajitroycode/testimonials-grid-section

css-grid frontend-mentor grid grid-layout html scss

Last synced: 4 days ago
JSON representation

This is project of testimonials by frontend mentor

Awesome Lists containing this project

README

          

# Frontend Mentor - Testimonials grid section solution

This is a solution to the [Testimonials grid section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/testimonials-grid-section-Nnw6J7Un7). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Frontend Mentor - Testimonials grid section solution](#frontend-mentor---testimonials-grid-section-solution)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)

**Note: Delete this note and update the table of contents based on what sections you keep.**

## Overview

### The challenge

Users should be able to:

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

### Screenshot

![Screenshot 2022-03-08 193557](https://user-images.githubusercontent.com/72935263/157253716-9d1db7df-c04f-4e8a-a7b0-c7fe838692e8.png)

### Links

- Solution URL: [Click here](https://www.frontendmentor.io/solutions/testimonials-responsive-page-using-css-grid-P_-2k03Nh)
- Live Site URL: [Click here](https://subhajitroycode.github.io/testimonials-grid-section/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- CSS Grid

### What I learned

This is the first time I've used CSS Grid and I really enjoyed it. I learned how to use it to create a responsive grid layout. I am definitely gonna use it again in the future

```css
.proud-of-this-css {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
```

### Continued development

I will continue to learn more about CSS Grid and how it can be used to create a more complex layout.
### Useful resources

- [Traversy Media](https://www.youtube.com/watch?v=0xMQfnTU6oo) - This video helped me a lot and it's a great video on CSS Grid.

## Author

- Frontend Mentor - [@subhajitroycode](https://www.frontendmentor.io/profile/subhajitroycode)
- Twitter - [@subhajitroycode](https://www.twitter.com/subhajitroycode)
- LinkedIn - [@subhajitroycode](https://www.linkedin.com/in/subhajitroycode)