Skip to content

Instantly share code, notes, and snippets.

@jbmartinez
Created July 26, 2015 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbmartinez/8bdcd63bdd54dcb26bf5 to your computer and use it in GitHub Desktop.
Save jbmartinez/8bdcd63bdd54dcb26bf5 to your computer and use it in GitHub Desktop.
A basic template for styles I use alongside with Pure.css
/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
/* Set your content font stack here: */
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Class for horizontally center (most) divs */
.center {
margin auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment