Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. body {
  2. font-family:Arial, Helvetica, sans-serif;
  3. margin: 0;
  4. }
  5.  
  6. #top {
  7. text-align: center;
  8. }
  9.  
  10. #logo {
  11. color: white;
  12. background-color: rgb(211, 70, 94);
  13. display: inline-block;
  14. font-size: 32px;
  15. font-weight: bold;
  16. padding: 8px;
  17. margin-top: 16px;
  18. }
  19.  
  20. #logo-name {
  21. font-size: 32px;
  22. font-weight: bold;
  23. margin:16px;
  24. }
  25.  
  26. #navigation ul {
  27. list-style-type: none;
  28. margin: 0;
  29. padding: 0;
  30. overflow: hidden;
  31. background-color: #333;
  32. }
  33.  
  34. #navigation li {
  35. float: left;
  36. }
  37.  
  38. #navigation li a {
  39. display: block;
  40. color: white;
  41. text-align: center;
  42. padding: 14px 16px;
  43. text-decoration: none;
  44. }
  45.  
  46. #navigation li a:hover {
  47. background-color: #111;
  48. }
  49.  
  50.  
  51. #imagehome img {
  52. width: 100%;
  53. height: 850px;
  54. margin-top: 16px;
  55. margin-bottom: 16px;
  56. }
  57.  
  58. #main {
  59. margin: auto;
  60. padding: 16px;
  61. text-align: center;
  62. }
  63.  
  64. #Themen {
  65. color: white;
  66. background-color: rgb(211, 70, 94);
  67. font-size: 32px;
  68. font-weight: bold;
  69. margin-top: 16px;
  70. width: 100%;
  71. }
  72.  
  73. #Theme {
  74. color: white;
  75. background-color: rgb(211, 70, 94);
  76. display: inline-block;
  77. font-size: 32px;
  78. font-weight: bold;
  79. padding: 8px;
  80. margin-top: 16px;
  81. }
  82.  
  83. #imageavant img {
  84. width: 65%;
  85. height: 880px;
  86. margin-top: 16px;
  87. margin-bottom: 16px;
  88. float: right;
  89. }
  90.  
  91. #textavant {
  92. background-color: #E6E6E6;
  93. width: 35%;
  94. height: 880px;
  95. margin-top: 16px;
  96. margin-bottom: 16px;
  97. float: left;
  98. }
  99.  
  100. #text1 {
  101. text-align: center;
  102. font-size: 50px;
  103. margin-top: 20px;
  104. font-weight: bold;
  105. }
  106.  
  107. #text2 {
  108. text-align: left;
  109. font-size: 30px;
  110. margin-left: 30px;
  111. margin-right: 30px;
  112. }
  113.  
  114. #imagelimo img {
  115. width: 65%;
  116. height: 880px;
  117. margin-top: 16px;
  118. margin-bottom: 16px;
  119. float: left;
  120. }
  121.  
  122. #textlimo {
  123. background-color: #E6E6E6;
  124. width: 35%;
  125. height: 880px;
  126. margin-top: 16px;
  127. margin-bottom: 16px;
  128. float: right;
  129. }
  130.  
  131. #imagequattro img {
  132. width: 65%;
  133. height: 880px;
  134. margin-top: 16px;
  135. margin-bottom: 16px;
  136. float: right;
  137. }
  138.  
  139. #textquattro {
  140. background-color: #E6E6E6;
  141. width: 35%;
  142. height: 880px;
  143. margin-top: 16px;
  144. margin-bottom: 16px;
  145. float: left;
  146. }
  147.  
  148. #konfigurator {
  149. margin: auto;
  150. padding: 16px;
  151. text-align: center;
  152. }
  153.  
  154. #imagekonfi img {
  155. width: 100%;
  156. height: 880px;
  157. margin-top: 16px;
  158. margin-bottom: 16px;
  159. }
  160.  
  161.  
  162. #footer {
  163. text-align: center;
  164. color: gray;
  165. padding: 16px;
  166. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement