Created
April 15, 2011 21:56
-
-
Save gregglind/922543 to your computer and use it in GitHub Desktop.
A simple css stylesheet
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
body { | |
width: 500px; | |
margin-right: auto; | |
color: #444; | |
font-family: Helvetica, Arial, Sans Serif; | |
font-size; 1em; | |
line-height: 1.4em; | |
} | |
h1, h2, h3, h4, h5, h6 { | |
color: #666; | |
text-align: left; | |
} | |
h1.title{ | |
font-size: 1.2em; | |
color: white; | |
background-color: #AAA; | |
} | |
h2 { | |
font-size: 1.1em; | |
} | |
.section h1 { | |
font-size: 1.2 em; | |
} | |
.section { | |
margin: 1cm 0cm; | |
border: 1px dotted #CCC; | |
padding: 0px 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment