Skip to content

silvestrevivo/natours-css

Repository files navigation

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

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