Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Created September 13, 2012 20:58
Show Gist options
  • Save clintonhalpin/3717598 to your computer and use it in GitHub Desktop.
Save clintonhalpin/3717598 to your computer and use it in GitHub Desktop.
<h1>Cut some images?</h1>
h1{
font-family: "Helvetica Neue", Helvetica, Arial, San-Serif;
text-transform:uppercase;
font-weight:900;
font-size:72px;
color:white;
letter-spacing:5px;
text-shadow:
-1px -1px 0 red,
1px -1px 0 red,
-1px 1px 0 red,
1px 1px 0 red;
/* -webkit-text-stroke: 2px red;*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment