Guest User

Untitled

a guest
Jul 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. a {
  2. -moz-transition: color 500ms ease;
  3. -ms-transition: color 500ms ease;
  4. -o-transition: color 500ms ease;
  5. -webkit-transition: color 500ms ease;
  6. transition: color 500ms ease;
  7. }
  8.  
  9. a:link { color: #ff8500; }
  10.  
  11. a:hover { color: #fff; }
Add Comment
Please, Sign In to add comment