Advertisement
Guest User

se ond

a guest
Jul 25th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. html, body {margin:0px; padding:0px
  2. background-image:url (img.jpg)}
  3.  
  4. #box {
  5. Height:auto   ;
  6. Width:100%   ;
  7. Margin-left:auto;      
  8. Margin-right:auto;    
  9. }
  10. #header {
  11. Height:150px;
  12. Width:100%;                                  
  13. Background-color:red;
  14. }
  15. #column {
  16. Height:600px  ;
  17. Width:50%     ;                              
  18. Margin-left:25%    ;
  19. Background-color:blue;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement