missEmm

Html

Aug 2nd, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. body{
  2.     background-color: #a23e24;
  3.     width:100%;
  4.     height: 100%;
  5. }
  6.  
  7. #container{
  8.     width:65%;
  9.     height:100%;
  10.     background-image: url('images/bg.jpg');
  11.     background-repeat: no-repeat;
  12.  
  13. }
  14.  
  15. #headerWrapper{
  16.     width:100%;
  17.     height:11%;
  18.    
  19. }
  20.  
  21. #headerLeft{
  22.     width:60%;
  23.     height:10%;
  24.     padding:
  25.     float:left;
  26.     clear: left;
  27.     background: url('images/contenders_logo.png')
  28.    
  29. }
  30.  
  31. #headerRight{
  32.     width:40%;
  33.     height:10%;
  34.     float:right;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment