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

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

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.

![Alt text](https://playground.uonsite.nl/css/cssgrid/cssgridscheme.jpg "cssgrid scheme")

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
````