Skip to content

Instantly share code, notes, and snippets.

@gmmorris
Created February 5, 2014 23:59
Show Gist options
  • Save gmmorris/8835869 to your computer and use it in GitHub Desktop.
Save gmmorris/8835869 to your computer and use it in GitHub Desktop.
Logo Image Replacement
<h1 class="ir-logo">
<span>My Site</span>
</h1>
h1.ir-logo {
width: 200px;
height: 50px;
background: url("images/logo.png") no-repeat;
span {
display: block;
width: 0;
height: 0;
overflow: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment