Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #footer-background {
  2. position: fixed;
  3. height: 30px;
  4. left: 0%;
  5. bottom: 0%;
  6. z-index: 50;
  7. width: 100%;
  8. background: #000000;
  9. opacity: 0.80;
  10. }
  11.  
  12. #footer-box h2{
  13. margin-top: 0;
  14. font-size: 20px;
  15. text-align: center;
  16. line-height: 30px;
  17. font-weight: normal;
  18. font-family: Arial, sans-serif;
  19. color: #A9A9A9;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement