Guest User

Untitled

a guest
Jun 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. /* Footer */
  2. #footer {width: 970px; height: 120px; overflow: hidden; position: relative;}
  3. #footer a {color: #003b79;}
  4. #footer a:hover {color: #c0002b; text-decoration: none;}
  5.  
  6. #footer p {font-size: 1.1em; color: #003b79;}
  7. #footer p a {font-weight: bold;}
  8.  
  9. /* Footer -> copyright */
  10. #footer .copyright {margin-top: 63px; border-top: 1px solid #e5e5e5; padding-top: 12px;}
  11.  
  12.  
  13. #footer .menu {position: absolute; top: 36px; right: 0; padding: 0; margin: 0;}
  14. #footer .menu li {margin: 0 13px; display: inline;}
  15. #footer .menu li a {font-size: 1.1em;}
  16.  
  17. #footer .extend {list-style: none; padding: 0; margin: 5px 0; position: absolute; top: 65px; right: 0;}
  18. #footer .extend li {float: left; margin-right: 13px; display: inline;}
  19. #footer .extend li a {color: #888888; float: left; display: block;}
  20. #footer .extend li a:hover {color: #c0002b; text-decoration: none;}
Add Comment
Please, Sign In to add comment