Created
May 7, 2013 20:46
-
-
Save JGallardo/5535972 to your computer and use it in GitHub Desktop.
Page title that was on the home page of a prototype I was working on.
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
.page-title-home { | |
position: absolute; | |
top: 2px; | |
left: 24px; | |
} | |
.page-title-home h1 { | |
background-color: rgba(6, 6, 6, 0.8); | |
color: white; | |
font-family: 'Noto Sans', sans-serif; | |
font-size: 2.0em; | |
padding: 12px 6px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment