Skip to content

Instantly share code, notes, and snippets.

@andrewrjohn
Created September 16, 2014 19:45
Show Gist options
  • Save andrewrjohn/328fcbb20c438a6eac41 to your computer and use it in GitHub Desktop.
Save andrewrjohn/328fcbb20c438a6eac41 to your computer and use it in GitHub Desktop.
Untitled
body {
margin: 0;
background: #0A539C;
background: linear-gradient(top, #4293d6 0%,#001e96 100%);
overflow: hidden;
}
.words {
display: block;
padding: 50px;
color: black;
font: bold 7em Arial, sans-serif;
position: relative;
}
.words:before, .words:after {
content: attr(title);
padding: 50px;
color: rgba(255,255,255,.075);
position: absolute;
}
.words:before {top:2px; left: 1px;}
.words:after {top: 3px; left: 3px;)
<h1 class="words" title="Andrew">Andrew</h1>
{"view":"split-vertical","fontsize":"90","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment