Skip to content

Instantly share code, notes, and snippets.

@arangates
Created October 18, 2016 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arangates/f7ea44586118998c2120312cdb7dab02 to your computer and use it in GitHub Desktop.
Save arangates/f7ea44586118998c2120312cdb7dab02 to your computer and use it in GitHub Desktop.
newstyle
<!DOCTYPE html>
<html>
<head>
<title>New style</title>
<style>
body {
background: #000;
font-family: 'Roboto';
font-size: 5em;
color: #sdldps;
text-align: center;
text-shadow:
0 0 .1em currentcolor,
0 0 .25em red,
0 0 .5em blue,
0 0 1em red,
0 0 2em purple;
}
</style>
</head>
<body>
<h1>
hai
</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment