Skip to content

Instantly share code, notes, and snippets.

@philipgledhill
Created December 1, 2013 09:37
Show Gist options
  • Save philipgledhill/7730461 to your computer and use it in GitHub Desktop.
Save philipgledhill/7730461 to your computer and use it in GitHub Desktop.
CSS for Simple Hooks Tutorial
.class-name {
color: white;
background: black;
font-size: 50px;
padding:10px;
}
.class-name p {
text-align: center;
font-size: 50px;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment