Ajax Loader
HTML
<!DOCTYPE html>
1
<!DOCTYPE html>
2
<html>
3
<head>
4
  <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Rancho" />
5
  
6
</head>
7
<body>
8
  <h1>Hello Font effect</h1>
9
</body>
10
</html>
 
CSS
h1{
1
h1{
2
  font-family:Rancho;
3
  text-align:center;
4
  font-size:72px;
5
  text-shadow: 0.04em 0.04em #FFFFFF,  0.08em 0.08em #1ba29a;
6
  /*text-shadow:side top-down #color */
7
}
 

CSS3 Simple Text Effect

CSSDeck G+