A simple responsive web page built using flexbox fluid layout. Used sass (.scss by the way) stylesheet (this scss files eventually gets compiled, compressed for production)
- using flexbox
 - using SVG icons
- what is sprite file?
 
 - Note: In CSS, transitions doesn't work for background
 
Client: HTML, scss
Clone the project
  git clone git@github.com:harsha-sagar/responsive-web-page-using-flexbox-fluid-layout.gitGo to the project directory
  cd my-projectInstall dependencies
  npm installStart the server
  npm run start- The steps for building production code (stylesheet) can be glanced in package.json, detailed simpler & effective.