Skip to content

Instantly share code, notes, and snippets.

@sguzman
Created July 7, 2017 04:11
Show Gist options
  • Save sguzman/57ea43f8699c50b6d9f9cfbb4281e216 to your computer and use it in GitHub Desktop.
Save sguzman/57ea43f8699c50b6d9f9cfbb4281e216 to your computer and use it in GitHub Desktop.
Some simple styling for white headers
h1, h2, h3, h4, p, aside, button {
text-align: center;
text-shadow: 0 2px 3px rgba(0,0,0,0.4);
color: white;
font-weight: lighter;
font-size: 300%;
font-family: "PT Sans", sans-serif;
}
h2 {
font-size: 250%;
}
h3 {
font-size: 200%;
}
h4 {
font-size: 150%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment