text shadow effect

CSS
//offset 2px right and down with a 5px defusion of gray
h1 {
  text-shadow: 2px 2px 5px gray;
}
Source

Also in CSS: