Skip to content

Instantly share code, notes, and snippets.

@verytwisty
Created April 8, 2015 10:23
Show Gist options
  • Select an option

  • Save verytwisty/5ebcfdc1f886c9bc507b to your computer and use it in GitHub Desktop.

Select an option

Save verytwisty/5ebcfdc1f886c9bc507b to your computer and use it in GitHub Desktop.
Image Replacement CSS
h1.logo {
width: 160px;
height: 65px;
background: url(img.png);
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin: 0 0 50px 0;
}
<h1 class="logo"><a href="http://www.website.com">Name</a></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment