Himas Rafeek
Posted on: 2 years ago
CSS

CSS – Replacing the title text with a logo – text-indent – text-indent


                                          h1 {
       text-indent: -9999px;
       margin: 0 auto;
       width: 400px;
       height: 100px;
       background: transparent url("images/logo.jpg") no-repeat scroll;
}