Skip to content

Instantly share code, notes, and snippets.

@specious
Created June 29, 2014 00:38
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 specious/fa3807a8fb2b6b949721 to your computer and use it in GitHub Desktop.
Save specious/fa3807a8fb2b6b949721 to your computer and use it in GitHub Desktop.
DUKE
html {
height: 100%;
}
body {
background: linear-gradient(45deg, #000025, blue);
height: 100%;
text-align: center;
margin: 0;
}
span {
position: relative;
top: 32%;
font-size: 166px;
color: #aaa;
text-shadow:
#fff 1px -2px,
#333 -1px 1px,
#fff 0px 0px 26px;
}
<span>DUKE</span>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
@specious
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment