Skip to content

Instantly share code, notes, and snippets.

@JGallardo
Created May 7, 2013 20:46
Show Gist options
  • Save JGallardo/5535972 to your computer and use it in GitHub Desktop.
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.
.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