Created
March 5, 2012 14:29
-
-
Save naoty/1978536 to your computer and use it in GitHub Desktop.
styles like railscasts
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
//= require_self | |
//= require_tree . | |
html { | |
background-color: #4B7399; | |
font-family: Verdana, Helvetica, Arial; | |
font-size: 14px; | |
} | |
body { | |
background-color: #FFFFFF; | |
border: 1px solid #000000; | |
margin: 50px auto; | |
padding: 20px; | |
width: 680px; | |
} | |
p { | |
margin-bottom: 10px; | |
} | |
h1, h2 { | |
font-weight: bold; | |
margin-bottom: 10px; | |
} | |
h1 { | |
font-size: 34px; | |
} | |
h2 { | |
font-size: 21px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment