Created
October 24, 2012 17:07
-
-
Save xav76/3947366 to your computer and use it in GitHub Desktop.
A CodePen by Tim Holman. Lined Shadows - Using webkits background-click: text, and text-fill-color
This file contains hidden or 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
Swell |
This file contains hidden or 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 { | |
background: #EEE url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAHklEQVQImWNkYGBgYGD4//8/A5wF5SBYyAr+//8PAPOCFO0Q2zq7AAAAAElFTkSuQmCC | |
) repeat; | |
text-shadow: 5px -5px black, 4px -4px white; | |
font-family: impact; | |
font-weight: bold; | |
margin-left: 40px; | |
font-size: 172px; | |
-webkit-text-fill-color: transparent; | |
-webkit-background-clip: text; | |
} | |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment