Guest User

Untitled

a guest
Jun 4th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #header{
  2. margin-left: 25%;
  3. margin-right: 25%;
  4. }
  5.  
  6. #left {
  7. float:left;
  8. width:14%;
  9. }
  10.  
  11. #center {
  12. float:left;
  13. width:60%;
  14. }
  15.  
  16. #right {
  17. float:right;
  18. width:14%;
  19. }
  20.  
  21. #left, #center, #right {
  22. padding-bottom:32767px;
  23. margin-bottom:-32767px;
  24. padding-left: 5px;
  25. padding-right: 5px;
  26.  
  27. }
  28.  
  29. #wrapper {
  30. overflow:hidden;
  31. background:#c0c0c0;
  32. }
  33.  
  34. #footer {
  35. clear: both;
  36. text-align: center;
  37. font-family: "trebuchet MS", verdana, arial, sans-serif;
  38. color: #ffffff;
  39. }
  40.  
  41. .content {
  42. }
  43.  
  44. .body{
  45. color: #ffffff;
  46. background: #000000;
  47. word-wrap: break-word;
  48. font-family: "trebuchet MS", verdana, arial, sans-serif;
  49. min-width: 800px;
  50. }
Add Comment
Please, Sign In to add comment