Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created December 17, 2013 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredbez/8001489 to your computer and use it in GitHub Desktop.
Save alfredbez/8001489 to your computer and use it in GitHub Desktop.
doppelter Schatteneffekt für Texte
h3 a {
text-decoration: none;
color: #000;
text-shadow: 0.15rem 0.15rem 0 #fbfbfb,0.35rem 0.35rem 0 #dadada;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment