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

https://github.com/saketkothari/css-grid

This challenge will be perfect practice for anyone wanting to test their CSS Grid skills. Grid is such a powerful addition to CSS, so it's worth getting to grips with it!
https://github.com/saketkothari/css-grid

css-grid css3 frontend-mentor testimonials-grid

Last synced: 7 months ago
JSON representation

This challenge will be perfect practice for anyone wanting to test their CSS Grid skills. Grid is such a powerful addition to CSS, so it's worth getting to grips with it!

Awesome Lists containing this project

README

          

# css-grid
### [Live Site](https://saketkothari.github.io/css-grid/)

#

- This is my 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.
- CSS Grid is a powerful tool that CSS gives us to easily align items and create 2d layouts.
- The CSS Grid Layout Module offers a grid-based layout system, with rows and columns, making it easier to design web pages without having to use floats and positioning.
- Fully Responsive
- This project was an excellent excercise in CSS grid and I learned how CSS grid made the layout of the individual card and the page significantly easier than traditional CSS. I learned how to use minmax, auto, and 1fr to make the page flow from mobile-first to the desktop.