https://github.com/cleversamer/natours
Natours Website - Mastering CSS Float & Position
https://github.com/cleversamer/natours
css css-float css-position responsive-design sass scss
Last synced: 6 months ago
JSON representation
Natours Website - Mastering CSS Float & Position
- Host: GitHub
- URL: https://github.com/cleversamer/natours
- Owner: cleversamer
- Created: 2021-08-05T11:52:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:28:58.000Z (about 2 years ago)
- Last Synced: 2025-04-11T23:13:26.421Z (10 months ago)
- Topics: css, css-float, css-position, responsive-design, sass, scss
- Language: SCSS
- Homepage:
- Size: 21.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced CSS and Sass
* Live demo: https://natours.netlify.app/
* I used some of npm packages for development process and build process, and they are installed globally.
* HINT: I had some issues when I tried to install them as dev dependencies, so I installed them globally and then no issues happened.
* Getting started:
1. npm i -g node-sass
2. npm i -g concat
3. npm i -g postcss-cli
4. npm i -g autoprefixer
5. npm i -g npm-run-all