Advanced CSS Course Project: Fictional Travel / Guided Tours website
Website built with Sassy CSS (scss)
- uses Float Layouts
- shows lots of tricks such as checkbox hack (click event)
- responsive design
- desktop-first (started w/ desktop first)
Open terminal at project root and execute
$ npm install
Open terminal at project root and execute
$ npm run build:css
Launch development server
$ npm start