Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hirwa13/testimonials-design


https://github.com/hirwa13/testimonials-design

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# CSS GRID PROJECT

## this project was attempted on:

[frontendmentor](frontendmentor.io)

## what I learned in this project:

This project helped me to get a better understanding of how grid works.

### Key contents I got after covering this project:

#### Grid_Container:

a grid container is a a parent of grid items
it is where we add the [display: grid]() property

### Grit_item:

these are the children of the grid container

### Grid_track:

this is the distance between two consecutive rows or columns

### Grid_cell:

This is the area between two consecutive columns or rows

### Grid_line:

these are the lines that make up our grid.
they can be either vertical or horizontal

## Project done by:

[HIRWA Junior]()

## live Site to the project:

[Responsive Testimonial grid layout]()

## Special thanks to:

[frontendmentor]()