Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. table {
  2. border:5;
  3. }
  4.  
  5. a:link {color:#A52A2A;
  6. text-decoration:none;} /* unvisited link */
  7. a:visited {color:#000000;
  8. text-decoration:none;} /* visited link */
  9. a:hover {color:#778899;
  10. text-decoration:underline;} /* mouse over link */
  11. a:active {color:#FFDEAD;
  12. text-decoration:none;} /* selected link */
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <link rel="stylesheet", type="text/css", href="style.css" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement