Skip to content

Instantly share code, notes, and snippets.

@hasssan
Created April 22, 2013 04:53
Show Gist options
  • Save hasssan/5432508 to your computer and use it in GitHub Desktop.
Save hasssan/5432508 to your computer and use it in GitHub Desktop.
CSS: Hide text link
.logo {
background: url('images/logo.png') no-repeat transparent;
text-indent: -9999px;
overflow:hidden;
display: block;
position: relative;
}
<div class="logo">
<h1>
<a href="#">Brand</a>
</h1>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment