Skip to content

Instantly share code, notes, and snippets.

@andrew-h-lee
Last active June 24, 2016 17:44
Show Gist options
  • Save andrew-h-lee/64813bbfb1c30c1c0962 to your computer and use it in GitHub Desktop.
Save andrew-h-lee/64813bbfb1c30c1c0962 to your computer and use it in GitHub Desktop.
Github Documentation Structure (in MD)
.element {
width: -webkit-calc(100% + 20px);
width: -moz-calc(100% + 20px);
width: calc(100% + 20px);
}
/* Example */
img {
width: calc(25% - 20px);
}
/* OR (100%*1/4 - 20px) */

App Name / Intro / About Project

Short description of your app.

Implementation

How was the app created? Anything worth sharing about the process of creating the app? Any spec violations?

Prerequisites / Tools Used

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running

  • npm start

Running Tests

  • npm test

Step-by-Step Guide

Step

Step

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment