Skip to content

Instantly share code, notes, and snippets.

@pampels
Last active December 26, 2015 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pampels/7097311 to your computer and use it in GitHub Desktop.
Save pampels/7097311 to your computer and use it in GitHub Desktop.
css: image replacement
.ir {
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background: url(test.png);
width: 300px;
height: 75px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment