Created
December 5, 2013 15:42
-
-
Save rosario/7807724 to your computer and use it in GitHub Desktop.
Style file
This file contains 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 { | |
margin: 0; | |
} | |
h1, p { | |
font-family: Georgia, Arial, cursive; | |
} | |
h1 { | |
font-size:50px; | |
margin-top:0em; | |
margin-bottom:0.8em; | |
line-height: 60px; | |
font-weight: 700; | |
} | |
p { | |
font-size: 22px; | |
line-height: 32px; | |
margin:0px; | |
font-weight: 300; | |
} | |
.header{ | |
background: #FF7140; | |
padding:10px; | |
text-align: center; | |
color: #eef; | |
} | |
.header img{ | |
border:3px solid #eee; | |
border-radius: 125px; | |
margin-bottom:20px; | |
} | |
.description{ | |
background: #eee; | |
text-align: center; | |
padding:20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment