Skip to content

Instantly share code, notes, and snippets.

Created May 10, 2014 12:09
Show Gist options
  • Select an option

  • Save anonymous/ad2741bcfa07a6519d8e to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/ad2741bcfa07a6519d8e to your computer and use it in GitHub Desktop.
Untitled
span {
font-size: 2em;
position: relative;
text-shadow:
0 2px 0 white,
2px 0 0 white,
-2px 0 0 white;
/*color: rgba(0,0,0,0)*/
}
span:after {
content: attr(title);
position: absolute;
left: 0;
color: white;
z-index: -1;
border-bottom: 1px solid red;
line-height:1.05;
color:white
}
<span title='Enjoy de link'>Enjoy de link</span>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment