Skip to content

Instantly share code, notes, and snippets.

View hang-qi's full-sized avatar

Hang Qi hang-qi

  • Google
  • Mountain View, CA
View GitHub Profile
/* Base styles (regardless of theme) */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h4 {
margin-top: 0;
}
@hang-qi
hang-qi / 0_reuse_code.js
Created June 13, 2014 18:36
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console