Skip to content

Instantly share code, notes, and snippets.

View kakugyou's full-sized avatar

kakugyou kakugyou

View GitHub Profile
@kakugyou
kakugyou / dabblet.css
Created April 24, 2012 03:18 — forked from chriscoyier/dabblet.css
Shadow Triangle
/* Shadow Triangle */
span {
display: inline-block;
transform: scaleX(2.5);
color: #BADA55;
text-shadow:
0 2px 2px rgba(255,255,255,0.7),
0 10px 4px rgba(0,0,0,0.5);
font-size: 32px;