Created
July 26, 2015 20:13
-
-
Save jbmartinez/8bdcd63bdd54dcb26bf5 to your computer and use it in GitHub Desktop.
A basic template for styles I use alongside with Pure.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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