Advertisement
Guest User

Untitled

a guest
Oct 6th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. .footer {
  2.     position: fixed;
  3.     bottom: 0;
  4.     left: 10px;
  5.     z-index: 10000;
  6. }
  7.  
  8. .footer a {
  9.     color: #000;
  10.     text-decoration: none;
  11. }
  12.  
  13. .footer a:hover {
  14.     color: #aaa;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement