Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. a.class {
  2. display: inline-block; // Or block if it makes more sense for your layout.
  3. text-indent: -9999em;
  4. }
  5.  
  6. <a href="/" class="">
  7. <i class="icon-home" style="text-indent: -1000px;">
  8. This is the homepage
  9. </i>
  10. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement