Last active
May 9, 2020 08:34
-
-
Save lukas-h/d2d34d98467da4e893fbe50a044e512a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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