Skip to content

Instantly share code, notes, and snippets.

@pgiraud
Last active December 15, 2015 09:19
Show Gist options
  • Save pgiraud/5237848 to your computer and use it in GitHub Desktop.
Save pgiraud/5237848 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
body {
text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
color: white;
}
</style>
</head>
<body>
Some text
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment