Skip to content

Instantly share code, notes, and snippets.

@xav76
Created October 24, 2012 17:07
Show Gist options
  • Save xav76/3947366 to your computer and use it in GitHub Desktop.
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
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