Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Icon 0.21 KB | None | 0 0
  1. .Hello {
  2.   a:link { text-decoration:none; }
  3.   a:visited { text-decoration:line-through; }
  4.   a:hover { text-decoration:underline; }
  5.   a:active { text-decoration:underline; }
  6.   a:focus { text-decoration:blink; }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement