Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. a,a:link{
  2.     background:#262626;
  3.     color:#fff;
  4.     text-decoration:none;
  5.     -webkit-border-radius:1px;
  6.     }
  7. a:hover,a:focus{
  8.     background:#fff;
  9.     color:#262626;
  10.     -webkit-transition-property:background-color, color;
  11.     -webkit-transition-duration:0.6s;
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement