Skip to content

Instantly share code, notes, and snippets.

@rosario
Created December 5, 2013 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosario/7807724 to your computer and use it in GitHub Desktop.
Save rosario/7807724 to your computer and use it in GitHub Desktop.
Style file
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