Skip to content

Instantly share code, notes, and snippets.

@Abdillah
Created October 17, 2017 10:14
Show Gist options
  • Save Abdillah/4e7afb64a131fa6466795f75cbd46391 to your computer and use it in GitHub Desktop.
Save Abdillah/4e7afb64a131fa6466795f75cbd46391 to your computer and use it in GitHub Desktop.
Typographics classes collection
.text-blue-white-bordered {
text-shadow:
/* Outline blue */
-1.5px -1.5px 0 rgb(136, 229, 226),
1.5px -1.5px 0 rgb(136, 229, 226),
-1.5px 1.5px 0 rgb(136, 229, 226),
1.5px 1.5px 0 rgb(136, 229, 226),
-1.5px 0 0 rgb(136, 229, 226),
1.5px 0 0 rgb(136, 229, 226),
0 1.5px 0 rgb(136, 229, 226),
0 -1.5px 0 rgb(136, 229, 226),
/* Outline white */
-2px -2px 0 white,
2px -2px 0 white,
-2px 2px 0 white,
2px 2px 0 white,
-2px 0 0 white,
2px 0 0 white,
0 2px 0 white,
0 -2px 0 white,
/* Real shadow */
4px 3px 1px #888;
/* END text-shadow */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment