Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Forked from anonymous/dabblet.css
Created April 26, 2013 14:49
Show Gist options
  • Select an option

  • Save gcyrillus/5467853 to your computer and use it in GitHub Desktop.

Select an option

Save gcyrillus/5467853 to your computer and use it in GitHub Desktop.
debug safari/chrome sur text-shadow tronquée si italic
/* debug safari/chrome sur text-shadow tronquée si italic */
.title {
font-family:'Bubbleboy';
font-size:60px;
color:#fff;
text-align:center;
text-shadow:0 5px 3px rgba(255,255,255,0.2), 0 1px 0 #000, 0 6px 0 #00212a, 0 7px 0 rgba(255,255,255,0.3);
}
<p class="title">pix create (chrome/safari bug)</p>
<p class="title">&nbsp; pix create ( chrome/safari fix) &nbsp;</p>
// 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