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
- Host: GitHub
- URL: https://github.com/silvestrevivo/natours-css
- Owner: silvestrevivo
- Created: 2018-02-09T14:06:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T10:44:30.000Z (over 7 years ago)
- Last Synced: 2025-01-25T14:23:48.178Z (5 months ago)
- Topics: css, css3, html5, mediaqueries, natours-css, purecss, responsive-design, responsive-images, tutorial, udemy-tutorial
- Language: CSS
- Homepage:
- Size: 21.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
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
````