Advertisement
Guest User

Untitled

a guest
May 25th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. a:link {
  2. color: blue;
  3. background-color: transparent;
  4. text-decoration: none;
  5. }
  6. a:visited {
  7. color: pink;
  8. background-color: transparent;
  9. text-decoration: none;
  10. }
  11. a:hover {
  12. color: red;
  13. background-color: transparent;
  14. text-decoration: underline;
  15. }
  16. a:active {
  17. color: yellow;
  18. background-color: transparent;
  19. text-decoration: underline;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement