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
- Host: GitHub
- URL: https://github.com/subhajitroycode/testimonials-grid-section
- Owner: subhajitroycode
- Created: 2022-03-08T13:57:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T09:45:26.000Z (over 4 years ago)
- Last Synced: 2025-02-28T05:49:57.393Z (over 1 year ago)
- Topics: css-grid, frontend-mentor, grid, grid-layout, html, scss
- Language: HTML
- Homepage: https://subhajitroycode.github.io/testimonials-grid-section/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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)