Hide text with text indent


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

esconder texto, sirve para los headers


Copy this code and paste it in your HTML
  1. h1 {
  2. text-indent:-9999px;/*Hide Text, keep for SEO*/
  3. margin:0 auto;
  4. width:948px;
  5. background:transparent url("images/header.jpg") no-repeat scroll;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.