Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwa13/testimonials-design
https://github.com/hirwa13/testimonials-design
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirwa13/testimonials-design
- Owner: HIRWA13
- Created: 2023-05-11T10:31:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-11T10:31:43.000Z (over 1 year ago)
- Last Synced: 2023-09-09T01:59:35.545Z (over 1 year ago)
- Language: HTML
- Size: 294 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]()