Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3. * { margin:0; padding:0;}
  4.  
  5. body { font-family:Verdana, Geneva, sans-serif; font-size:14px;}
  6.  
  7. #bannermenu a {text-decoration:none; padding:10px; background:#666; color:#FFF;}
  8. #bannermenu a:hover { background:#333;}
  9.  
  10.  
  11. html, body, #tudo { height: 100%; }
  12. body > #tudo{ height: auto; min-height: 100%; }
  13.  
  14. #tudo { width:100%;}
  15. #bannermenu { width:100%;  height:60px;  text-align:center;}
  16.  
  17. #conteudo { width:759px; margin:0 auto;padding-bottom: 40px; }
  18.  
  19. #rodape { width:100%; text-align:center; position: relative; margin-top: -40px; height: 40px; clear: both; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement