Skip to content

Instantly share code, notes, and snippets.

@armandofox
Created July 11, 2011 23:10
Show Gist options
  • Save armandofox/1077015 to your computer and use it in GitHub Desktop.
Save armandofox/1077015 to your computer and use it in GitHub Desktop.
CSS trivial example
h1, #topHeadline, p.bigheader {
color: red;
font-size: 125%;
text-align: center;
border: 1px solid #d0d0c0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment