Created
July 7, 2017 04:11
-
-
Save sguzman/57ea43f8699c50b6d9f9cfbb4281e216 to your computer and use it in GitHub Desktop.
Some simple styling for white headers
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
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