silvestrevivo / grid-css

Grid CSS project following the Udemy Tutorial from @jonasschmedtmann

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Grid CSS project following the Udemy Tutorial from @jonasschmedtmann


Languages

Language:HTML 55.7%Language:CSS 44.2%Language:JavaScript 0.1%