Hiding H1 Text For Logo


SUBMITTED BY: Guest

DATE: May 24, 2013, 8:44 a.m.

FORMAT: CSS

SIZE: 191 Bytes

HITS: 1099

  1. h1 {
  2. text-indent: -9999px;
  3. margin: 0 auto;
  4. width: 320px;
  5. height: 85px;
  6. background: transparent url("images/logo.png") no-repeat scroll;
  7. }

comments powered by Disqus