Last active
February 16, 2022 19:44
-
-
Save jkeefe/774a306ed1367c087f2f50e8bc9e7924 to your computer and use it in GitHub Desktop.
State name text shadows, also in ai2html
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
text-shadow: 2px 2px 4px #ffffff, -2px -2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff | |
/* ai2html ... for gray backgrounds | |
1. In Illustrator move the "names" component to a new layer called "state-names" | |
2. Add the below to the ai2html css block | |
*/ | |
.g-state-names { | |
text-shadow: 2px 2px 4px #e6e6e6, -2px -2px 4px #e6e6e6, -2px 2px 4px #e6e6e6, 2px -2px 4px #e6e6e6 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment