/style-challenge

Make this look not crappy

Primary LanguageHTML

Style Challenge

Given an HTML file index.html with article content in it, make it look beautiful.

Rules:

  • Do not change the markup (HTML)
  • Only modify the main.scss file.
  • Work independently for 25 minutes
  • Push your work to your forked repo
  • Wait for instructions

Install

  1. Fork the repository

  2. Clone the repo to your local machine

  3. Install dependencies

// If not already installed
brew update
brew install ruby
sudo gem install sass
npm install -g grunt-cli

npm install
bower install
  1. Run grunt serve