Skip to content

Instantly share code, notes, and snippets.

@jkeefe
Last active February 16, 2022 19:44
Show Gist options
  • Save jkeefe/774a306ed1367c087f2f50e8bc9e7924 to your computer and use it in GitHub Desktop.
Save jkeefe/774a306ed1367c087f2f50e8bc9e7924 to your computer and use it in GitHub Desktop.
State name text shadows, also in ai2html
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