Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. body {
  2. margin:0px;
  3. font-size:13px;
  4. font-family:Verdana, tahoma, arial;
  5. color:#fff;
  6. }
  7. #page {
  8. width:1000px;
  9. margin-left:auto;
  10. margin-right:auto;
  11. }
  12.  
  13. #header_1 {
  14. height:150px;
  15. background-color:blue;
  16. }
  17.  
  18. #top_menu_2 {
  19. height:50px;
  20. background-color:aqua;
  21. }
  22. #menu_left_3, #wrapper_4 {
  23. min-height:400px;
  24. }
  25.  
  26. #menu_left_3 {float:left;
  27. background-color:red;
  28. width:250px;
  29.  
  30. }
  31.  
  32. #wrapper_4 {float:right;
  33. background-color:fuchsia;
  34. width:750px;
  35.  
  36. }
  37. .clear {
  38. clear:both;
  39. }
  40. #footer_5 {
  41. height:50px;
  42. background-color:olive;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement