https://github.com/silvestrevivo/grid-css
Grid CSS project following the Udemy Tutorial from @jonasschmedtmann
https://github.com/silvestrevivo/grid-css
css3 display-grid grid-layout grid-system html5 purecss udemy-tutorial
Last synced: 2 months ago
JSON representation
Grid CSS project following the Udemy Tutorial from @jonasschmedtmann
- Host: GitHub
- URL: https://github.com/silvestrevivo/grid-css
- Owner: silvestrevivo
- Created: 2018-02-26T15:14:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T13:15:47.000Z (over 7 years ago)
- Last Synced: 2025-01-25T14:23:54.035Z (4 months ago)
- Topics: css3, display-grid, grid-layout, grid-system, html5, purecss, udemy-tutorial
- Language: HTML
- Homepage:
- Size: 8.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grid-css
Grid CSS project developed following the Udemy Tutorial from @jonasschmedtmann. This is an example to show how to use display grid combined with flexbox, relative lenghts and media queries.
You can see a demo on the next link:
https://playground.uonsite.nl/css/cssgrid/index.html
If you want to download this project and run it, ensure you have installed ParcelJS. As long as it is globally installed on your computer:
```
npm install
npm start
```
To get an example for production:
```
npm run build
````