Skip to content

Instantly share code, notes, and snippets.

@twerth
Created January 31, 2012 19:49
Show Gist options
  • Save twerth/1712534 to your computer and use it in GitHub Desktop.
Save twerth/1712534 to your computer and use it in GitHub Desktop.
Sample CSS style
body { color: #666663; background-color: #3e3e3e; font-size: 16px; }
h1, h2, h3, h4 { margin-bottom: 10px; font-weight: bold; }
h1 { font-size: 28px; font-weight: bold; margin-bottom: 15px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; margin-bottom: 5px; }
h4 { }
ol { list-style-position: inside; list-style-type: decimal; margin-bottom: 10px; }
ul { list-style-position: inside; list-style-type: none; margin-bottom: 10px; }
li { padding: 0; margin: 0; }
ul.bullets { list-style-type: disc; margin-bottom: 10px; }
ul.bullets li { padding-left: 20px; margin-bottom: 10px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment