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