Website Logo Graphic


/ Published in: CSS
Save to your folder(s)

For displaying logo graphic with CSS


Copy this code and paste it in your HTML
  1. #logo h1 a {
  2. background-image: url(images/imagename.gif);
  3. background-repeat: no-repeat;
  4. text-indent: -999999px;
  5. display: block;
  6. width:263px;
  7. height: 253px;
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.