Skip to content

Instantly share code, notes, and snippets.

@destinio
Created January 7, 2020 15:51
Show Gist options
  • Save destinio/55707c546ea658ceaf78e1371eec3e24 to your computer and use it in GitHub Desktop.
Save destinio/55707c546ea658ceaf78e1371eec3e24 to your computer and use it in GitHub Desktop.
css drop shadow
h1 {
font-family: "Luckiest Guy", cursive;
font-size: 4em;
color: #fff;
text-shadow: 0 0.1em 20px rgba(0, 0, 0, 1), 0.05em -0.03em 0 rgba(0, 0, 0, 1),
0.05em 0.005em 0 rgba(0, 0, 0, 1), 0em 0.08em 0 rgba(0, 0, 0, 1),
0.05em 0.08em 0 rgba(0, 0, 0, 1), 0px -0.03em 0 rgba(0, 0, 0, 1),
-0.03em -0.03em 0 rgba(0, 0, 0, 1), -0.03em 0.08em 0 rgba(0, 0, 0, 1), -0.03em 0 0 rgba(0, 0, 0, 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment