Advertisement
Guest User

link.html

a guest
Jan 25th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <style>
  3.     body { margin:0;padding:0;}
  4.     .link{ 
  5.                 width:336px;
  6.                 height:280px;
  7.                 text-indent:-9999px;
  8.         display:block;
  9.     }
  10. </style>
  11. <body>
  12.     <a href="http://microsoft.com" class="link">blabla</a>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement