kalovski

Untitled

Feb 21st, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. a {
  2. color: orange;
  3. }
  4. a:hover {
  5. color: red;
  6. }
  7. a:focus {
  8. color: blue;
  9. }
  10. a:visited {
  11. color: green;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment