Skip to content

Instantly share code, notes, and snippets.

@LibertysYarn
Created May 27, 2013 02:48
Show Gist options
  • Save LibertysYarn/5654952 to your computer and use it in GitHub Desktop.
Save LibertysYarn/5654952 to your computer and use it in GitHub Desktop.
Retro Style Text - from Rishabh
body { background: #393D48; }
h1 {
color: #d7ceb2;
font: 72px 'Sansita One';
text-align: center;
text-shadow: 3px 3px 0px #393D48, 6px 6px 0px #5c5f72;
}
<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