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

https://github.com/silvestrevivo/natours-css

Pure CSS project following the Udemy Tutorial from @jonasschmedtmann
https://github.com/silvestrevivo/natours-css

css css3 html5 mediaqueries natours-css purecss responsive-design responsive-images tutorial udemy-tutorial

Last synced: 3 months ago
JSON representation

Pure CSS project following the Udemy Tutorial from @jonasschmedtmann

Awesome Lists containing this project

README

        

# natours-css
Pure css project following the Udemy Tutorial from @jonasschmedtman . This examples includes a bunch of new css features that are only supported for the newest browsers.

![Alt text](https://playground.uonsite.nl/css/natours/responsive-design-concept.jpg "resposive scheme")

You can see a demo on the next link:

https://playground.uonsite.nl/css/natours/natours-css.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
````