Created
May 27, 2013 02:48
-
-
Save LibertysYarn/5654952 to your computer and use it in GitHub Desktop.
Retro Style Text - from Rishabh
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: #393D48; } | |
h1 { | |
color: #d7ceb2; | |
font: 72px 'Sansita One'; | |
text-align: center; | |
text-shadow: 3px 3px 0px #393D48, 6px 6px 0px #5c5f72; | |
} |
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=Sansita+One' rel='stylesheet'> | |
<h1>☺ Retro Style ☺</h1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment