Advertisement
Guest User

Untitled

a guest
Apr 16th, 2011
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. body {
  2. background: url('./bg.png');
  3. float: left;
  4. }
  5. #header {
  6. float: left;
  7. clear: both;
  8. background: url('./headerbg.png');
  9. border-bottom: 1px solid #fff;
  10. padding: 10px;
  11. width: 100%;
  12. }
  13. #header ul {
  14. margin-left: 0px auto;
  15. list-style-type: none;
  16. padding: 0;
  17. margin: 0;
  18. }
  19. #header ul li {
  20. display: inline;
  21. font-size: 14pt;
  22. font-family: Arial;
  23. margin-right: 10%;
  24. }
  25. #header ul li a {
  26. text-decoration: none;
  27. color: #fff;
  28. }
  29.  
  30. #main {
  31. clear: both;
  32. margin-top:100px;
  33. margin-left: 0px auto;
  34. width: 60%;
  35. float: left;
  36. background: #dcdcdc;
  37. border: 10px solid #fff;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement