Ajax Loader
HTML
<link href='http://fonts.googleapis.com/css?family=Sansita+One' rel='stylesheet'>
1
<link href='http://fonts.googleapis.com/css?family=Sansita+One' rel='stylesheet'>
2
<h1>☺ Retro Style ☺</h1>
 
CSS
body { background: #393D48; }
1
body { background: #393D48; }
2
 
3
h1 {
4
  color: #d7ceb2;
5
  font: 72px 'Sansita One';
6
  text-align: center;
7
  text-shadow: 3px 3px 0px #393D48, 6px 6px 0px #5c5f72;
8
}
 

Retro Style Text Effect

CSSDeck G+