Inspired by http://dribbble.com/shots/1356335--GIF-Goodbye-2013-hello-2014?list=searches&tag=new_years with bubble help from http://jsfiddle.net/p5gpx/
Created
January 28, 2014 04:46
-
-
Save hadyfayed/8662392 to your computer and use it in GitHub Desktop.
A Pen by hady.
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
<link href='http://fonts.googleapis.com/css?family=Concert+One' rel='stylesheet' type='text/css'> | |
#container | |
.date | |
2014 |
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 { | |
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