Skip to content

Instantly share code, notes, and snippets.

@lukas-h
Last active May 9, 2020 08:34
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 lukas-h/d2d34d98467da4e893fbe50a044e512a to your computer and use it in GitHub Desktop.
Save lukas-h/d2d34d98467da4e893fbe50a044e512a to your computer and use it in GitHub Desktop.
.shadow-right-bottom{
text-shadow:
0px 0px 0 yellow,
1px 0.3px 0 yellow,
2px 0.6px 0 yellow,
3px 0.9px 0 yellow,
4px 1.2px 0 yellow,
5px 1.5px 0 yellow,
6px 1.8px 0 yellow,
7px 2.1px 0 yellow,
8px 2.4px 0 yellow,
9px 2.7px 0 yellow,
10px 3.0px 0 yellow;
}.shadow-right-top{
text-shadow:
0px 0px 0 yellow,
1px -0.3px 0 yellow,
2px -0.6px 0 yellow,
3px -0.9px 0 yellow,
4px -1.2px 0 yellow,
5px -1.5px 0 yellow,
6px -1.8px 0 yellow,
7px -2.1px 0 yellow,
8px -2.4px 0 yellow,
9px -2.7px 0 yellow,
10px -3.0px 0 yellow;
}.shadow-left-bottom{
text-shadow:
0px 0px 0 yellow,
-1px 0.3px 0 yellow,
-2px 0.6px 0 yellow,
-3px 0.9px 0 yellow,
-4px 1.2px 0 yellow,
-5px 1.5px 0 yellow,
-6px 1.8px 0 yellow,
-7px 2.1px 0 yellow,
-8px 2.4px 0 yellow,
-9px 2.7px 0 yellow,
-10px 3.0px 0 yellow;
}.shadow-left-top{
text-shadow:
-0px 0px 0 yellow,
-1px -0.3px 0 yellow,
-2px -0.6px 0 yellow,
-3px -0.9px 0 yellow,
-4px -1.2px 0 yellow,
-5px -1.5px 0 yellow,
-6px -1.8px 0 yellow,
-7px -2.1px 0 yellow,
-8px -2.4px 0 yellow,
-9px -2.7px 0 yellow,
-10px -3.0px 0 yellow;
}
.yellow-border{
text-shadow: 0px 0px 0 yellow,0px -3px 0 yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment