Skip to content

Instantly share code, notes, and snippets.

@parrfolio
Created March 6, 2012 18:13
Show Gist options
  • Save parrfolio/1987863 to your computer and use it in GitHub Desktop.
Save parrfolio/1987863 to your computer and use it in GitHub Desktop.
Updated CSS Image Replacement
.foo {
font: 0/0 a;
color: transparent;
text-shadow: none;
background: url("your-image-here");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment