Skip to content

Instantly share code, notes, and snippets.

@hadyfayed
Created January 28, 2014 04:46
Show Gist options
  • Save hadyfayed/8662392 to your computer and use it in GitHub Desktop.
Save hadyfayed/8662392 to your computer and use it in GitHub Desktop.
A Pen by hady.
<link href='http://fonts.googleapis.com/css?family=Concert+One' rel='stylesheet' type='text/css'>
#container
.date
2014
body {
background-color: #3eb3c4;
color:white;
font-family: 'Concert One', cursive;
font-size: 300pt;
}
#container {
width:780px;
margin: 0 auto;
}
.date {
margin:0 100px;
}
.date {
margin:0 0 0;
width: 780px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment