Skip to content

Instantly share code, notes, and snippets.

@juanmaguitar
Created September 24, 2012 11:36
Show Gist options
  • Save juanmaguitar/3775562 to your computer and use it in GitHub Desktop.
Save juanmaguitar/3775562 to your computer and use it in GitHub Desktop.
Simple arrow with symbol and text-shadow
<p><span>&#8592;</span></p>
@import "compass";
body {
background: /* #f0efea */ #000;
}
p {
width:100%;
text-align:center;
span {
color:#808080;
font-family: Sans-serif;
font-size:400px;
@include text-shadow( 3px 3px 11px rgba(255, 255, 255, 1) );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment