Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>localhost - Duha</title>
  5. <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
  6. </head>
  7.  
  8. <body>
  9. <div class="section">
  10. <h1><span>Mein Web-Stundenplan</span></h1>
  11. <table>
  12. <tr bgcolor="yellow">
  13. <th>Zeit</th>
  14. <th>Montag</th>
  15. <th>Dienstag</th>
  16. <th>Mittwoch</th>
  17. <th>Donnerstag</th>
  18. <th>Freitag</th>
  19. </tr>
  20. <tr>
  21. <td><b>xx:xx-xx:xx</b></td>
  22. <td><b>AAAAA</b></td>
  23. <td><b>AAAAA</b></td>
  24. <td><b>AAAAA</b></td>
  25. <td><b>AAAAA</b></td>
  26. <td><b>AAAAA</b></td>
  27. </tr>
  28. <tr>
  29. <td><b>xx:xx-xx:xx</b></td>
  30. <td><b>AAAAA</b></td>
  31. <td><b>AAAAA</b></td>
  32. <td><b>AAAAA</b></td>
  33. <td><b>AAAAA</b></td>
  34. <td><b>AAAAA</b></td>
  35. </tr>
  36. <tr>
  37. <td><b>xx:xx-xx:xx</b></td>
  38. <td><b>AAAAA</b></td>
  39. <td><b>AAAAA</b></td>
  40. <td><b>AAAAA</b></td>
  41. <td><b>AAAAA</b></td>
  42. <td><b>AAAAA</b></td>
  43. </tr>
  44. <tr>
  45. <td><b>xx:xx-xx:xx</b></td>
  46. <td><b>AAAAA</b></td>
  47. <td><b>AAAAA</b></td>
  48. <td><b>AAAAA</b></td>
  49. <td><b>AAAAA</b></td>
  50. <td><b>AAAAA</b></td>
  51. </tr>
  52. <tr>
  53. <td><b>xx:xx-xx:xx</b></td>
  54. <td><b>AAAAA</b></td>
  55. <td><b>AAAAA</b></td>
  56. <td><b>AAAAA</b></td>
  57. <td><b>AAAAA</b></td>
  58. <td><b>AAAAA</b></td>
  59. </tr>
  60. <style>
  61. html {
  62. margin: 0;
  63. padding: 0;
  64. }
  65. body {
  66. font-family: 'Handlee', cursive;
  67. font-size: 13pt;
  68. background-color: #efefef;
  69. padding: 10px;
  70. margin: 0;
  71. }
  72. h1 {
  73. font-size: 15pt;
  74. color: #20bcd5;
  75. text-align: center;
  76. padding: 18px 0 18px 0;
  77. margin: 0 0 10px 0;
  78. }
  79. h1 span {
  80. border: 4px dashed #20bcd5;
  81. padding: 10px;
  82. }
  83. p {
  84. padding: 0;
  85. margin: 0;
  86. }
  87. .img-circle {
  88. border: 3px solid white;
  89. border-radius: 50%;
  90. }
  91. .section {
  92. background-color: #fff;
  93. padding: 15px;
  94. margin-bottom: 10px;
  95. border-radius: 10px;
  96. }
  97. #header {
  98. background-image: url("https://www.sololearn.com/Uploads/header.jpg");
  99. background-size: cover;
  100. }
  101. #header img {
  102. display: block;
  103. width: 80px;
  104. height: 80px;
  105. margin: auto;
  106. }
  107. #header p {
  108. font-size: 25pt;
  109. color: #3b464c;
  110. padding-top: 5px;
  111. margin: 0;
  112. font-weight: bold;
  113. text-align: center;
  114. }
  115. .quote {
  116. font-size: 12pt;
  117. text-align: right;
  118. margin-top: 10px;
  119. }
  120. table {
  121. width: 100%;
  122. font-size: 11pt;
  123. }
  124. table, th, td {
  125. border: 2px solid #cecece;
  126. border-collapse: collapse;
  127. text-align: center;
  128. table-layout: fixed;
  129. }
  130. .selected {
  131. background-color: #f36f48;
  132. font-weight: bold;
  133. color: white;
  134. }
  135. li {
  136. margin-bottom: 15px;
  137. font-weight: bold;
  138. }
  139. progress {
  140. width: 70%;
  141. height: 20px;
  142. color: #3fb6b2;
  143. background: #efefef;
  144. }
  145. progress::-webkit-progress-bar {
  146. background: #efefef;
  147. }
  148. progress::-webkit-progress-value {
  149. background: #3fb6b2;
  150. }
  151. progress::-moz-progress-bar {
  152. color: #3fb6b2;
  153. background: #efefef;
  154. }
  155. iframe, audio {
  156. display: block;
  157. margin: 0 auto;
  158. border: 3px solid #3fb6b2;
  159. }
  160. hr {
  161. border: 0;
  162. height: 1px;
  163. background: #f36f48;
  164. }
  165. form {
  166. text-align: center;
  167. margin-top: 0;
  168. }
  169. .submit {
  170. background-color: #3fb6b2;
  171. padding: 12px 45px;
  172. border-radius: 5px;
  173. cursor: pointer;
  174. color: #ffffff;
  175. border: none;
  176. outline: none;
  177. margin: 0;
  178. font-weight: bold;
  179. }
  180. .submit:hover {
  181. background-color: #43a09d;
  182. }
  183. textarea {
  184. height: 100px;
  185. }
  186. input, textarea {
  187. margin-bottom: 10px;
  188. font-size: 11pt;
  189. padding: 15px 10px 10px;
  190. border: 1px solid #cecece;
  191. background-color: #efefef;
  192. color: #787575;
  193. border-radius: 5px;
  194. width: 70%;
  195. outline: none;
  196. }
  197. .face {
  198. transform: scale(0.4);
  199. margin: 0 auto;
  200. display: block;
  201. margin-top: -35px;
  202. margin-bottom: -25px;
  203. }
  204. #contacts img {
  205. height: 50px;
  206. width: 50px;
  207. margin-left: 7px;
  208. margin-right: 7px;
  209. }
  210. #contacts a {
  211. text-decoration: none;
  212. }
  213. #contacts img:hover {
  214. opacity: 0.8;
  215. }
  216. #contacts {
  217. text-align: center;
  218. }
  219. .copyright {
  220. font-size: 8pt;
  221. text-align: right;
  222. padding-bottom: 10px;
  223. color: grey;
  224. }
  225. </style>
  226. </table>
  227. </div>
  228. </body>
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement