Created
January 24, 2012 21:55
-
-
Save mnmly/1672959 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
.wiggle{ | |
position: relative; | |
font-size: 20em; | |
} | |
.wiggle span{ | |
position: absolute; | |
} | |
span#top{ | |
z-index: 3; | |
opacity: .8; | |
} | |
span#layer-1{ | |
color: #1F2B93; | |
opacity: 1; | |
-webkit-text-fill-color: transparent; | |
text-shadow: 0 -.012em 3px #1F2B93, 0 -.013em 3px #1F2B93; | |
} | |
span#layer-2{ | |
color: #600203; | |
opacity: .5; | |
-webkit-text-fill-color: transparent; | |
text-shadow: 0 0.012em 3px #600203; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<div class="wiggle"> | |
<span id="top">何かしら</span> | |
<span id="layer-1">何かしら</span> | |
<span id="layer-2">何かしら</span> | |
</div> |
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","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment