Guest User

Untitled

a guest
Jan 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. *
  2. {
  3. margin: 0;
  4. padding: 0;
  5. }
  6.  
  7. #BodyContainer
  8. {
  9. width: 1000px;
  10. margin: 0 auto;
  11.  
  12. }
  13.  
  14. #header
  15. {
  16. width: 1000px;
  17. height: 95px;
  18. }
  19.  
  20. #ContentContainer
  21. {
  22. width: 1000px;
  23.  
  24. }
  25.  
  26. #left
  27. {
  28. width: 200px;
  29. float:left;
  30. }
  31.  
  32. ul#MenuList
  33. {
  34. list-style-type: none;
  35. }
  36.  
  37. #content
  38. {
  39. width:590px;
  40. float:left;
  41. background-color: #FFFFF7;
  42. }
  43.  
  44. #right
  45. {
  46. width: 200px;
  47. float:left;
  48. }
  49.  
  50. #footer
  51. {
  52. clear: both;
  53. text-align: center;
  54. background-color: #CCFF00
  55. }
Add Comment
Please, Sign In to add comment