Advertisement
hosttimer

bruno.css

Jan 25th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. *{
  2. margin:0px;
  3. top:0px;
  4. }
  5. body{
  6.     background:#999900;
  7. }
  8. .centro{
  9.   width: 955px;
  10.   margin: 0 auto 0 auto;
  11.   background: #CC0000;
  12.  
  13. }
  14. #cabecalho {
  15.     width: 935px;
  16.      height:150px;
  17.     padding: 10px;
  18.     background: #3299CC;    
  19. }
  20. #rodape{
  21.     width: 935px;
  22.      height:150px;
  23.     padding: 10px;
  24.     background: #FF7F00;
  25.     clear:both;
  26.    
  27. }
  28.  #menu{
  29.    width: 200px;
  30.     min-height:220px;
  31.      background:#EBC79E;
  32.      float: left;
  33.      
  34.  }  
  35.  #conteudo{
  36.   width: 735px;
  37.   height: 200px;
  38.   padding: 10px;
  39.   background: #545454;
  40.   float: left;
  41.  
  42.  
  43.  
  44.  
  45.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement