Skip to content

Instantly share code, notes, and snippets.

@rblalock
Created October 26, 2010 04:45
Show Gist options
  • Save rblalock/646333 to your computer and use it in GitHub Desktop.
Save rblalock/646333 to your computer and use it in GitHub Desktop.
Type logo css layout
h1#logo {
margin:0;
position:absolute;
top: 0;
}
h1#logo a {
background:transparent url(../images/logo.jpg) no-repeat scroll 0 0;
display:block;
width: 284px;
height: 180px;
overflow:hidden;
text-indent:-9999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment