Created
September 16, 2014 19:45
-
-
Save andrewrjohn/328fcbb20c438a6eac41 to your computer and use it in GitHub Desktop.
Untitled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="words" title="Andrew">Andrew</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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