Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #header{
  2.  
  3. background:red;
  4. height:50px;
  5. width:1200px;
  6. margin : 0 auto;
  7. padding:20px 0;
  8. }
  9.  
  10.  
  11. #logo{
  12. width :200px;
  13. height:50px;
  14. background : green;
  15. float: left;
  16. }
  17.  
  18. #links{
  19. width :700px;
  20. height:50px;
  21. background : blue;
  22. float :right;
  23. }
  24.  
  25. #slider{
  26.  
  27. background:black;
  28. height:500px;
  29. width:1200px;
  30. margin : 0 auto;
  31. padding-top: 100px;
  32. }
  33. #sliderText{
  34. width :500px;
  35. height:400px;
  36. background : green;
  37. float: left;
  38. }
  39.  
  40. #sliderImage{
  41. width :500px;
  42. height:400px;
  43. background : blue;
  44. float :right;
  45. }
  46.  
  47.  
  48.  
  49. #options{
  50.  
  51. background:grey;
  52. height:300px;
  53. width:1200px;
  54. margin : 0 auto;
  55.  
  56. }
  57.  
  58. #statistics{
  59.  
  60. background:black;
  61. height:200px;
  62. width:1200px;
  63. margin :0 auto;
  64. }
  65.  
  66. #contact{
  67.  
  68. background:grey;
  69. height:500px;
  70. width:1200px;
  71. margin : 0 auto;
  72. }
  73.  
  74. #footer{
  75. background: black;
  76. height: 300px;
  77. width: 1200px;
  78. margin: 0 auto;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement