Mock-up of web-design choices for local company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

30 lines
676 B

  1. body {
  2. text-align: center; /* center body content */
  3. }
  4. #container {
  5. text-align: left;
  6. margin: 0 auto;
  7. width: 73.846em; /* 73.846em 960px width */
  8. *width: 72.00em; /* 97.5% adjust for IE */
  9. }
  10. #content {
  11. overflow: hidden;
  12. width: auto;
  13. padding: 0.769em 0 0 0; /* 0.769em 10px top */
  14. }
  15. #main {
  16. float: left;
  17. padding: 0 0.385em; /* 5px horiz. padding */
  18. width: 49.231em; /* 48.231em 640px width */
  19. *width: 48.00em;
  20. }
  21. #sidebar {
  22. float: right;
  23. padding: 0 0.385em; /* 5px horiz. padding */
  24. width: 23.077em; /* 23.077em 300px width */
  25. *width: 22.50em;
  26. }