Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. <!------ HTML ---->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>Vierkant gedoe</title>
  6. <link rel="stylesheet" type="text/css" href="global.css">
  7. </head>
  8. <body>
  9. <table>
  10. <tr>
  11. <td class="elem1"></td>
  12. <td class="elem2"></td>
  13. <td class="elem3"></td>
  14. <td class="elem4"></td>
  15. <td class="elem5"></td>
  16. <td class="elem6"></td>
  17. <td class="elem7"></td>
  18. <td class="elem8"></td>
  19. <td class="elem9"></td>
  20. <td class="elem10"></td>
  21. <td class="elem11"></td>
  22. <td class="elem12"></td>
  23. <td class="elem13"></td>
  24. <td class="elem14"></td>
  25. <td class="elem15"></td>
  26. </tr>
  27. </table>
  28. </body>
  29. </html>
  30.  
  31. <!---- CSS ---->
  32.  
  33. body {
  34. width: 100%;
  35. height: 100%;
  36. margin: 10;
  37. padding: 10;
  38. background-color: #999;
  39. }
  40.  
  41. table {
  42. width: 500px;
  43. height: 500px;
  44. margin: 0;
  45. padding: 0;
  46. border-collapse: collapse;
  47. }
  48.  
  49. .elem1 {
  50. width: 100px;
  51. height: 200px;
  52. margin: 0;
  53. padding: 0;
  54. position: absolute;
  55. background: #000;
  56. border: 2px solid black;
  57. }
  58.  
  59. .elem2 {
  60. width: 100px;
  61. height: 100px;
  62. margin: 0;
  63. padding: 0;
  64. position: absolute;
  65. margin-left: 102px;
  66. background: #FFFF00;
  67. border: 2px solid black;
  68. }
  69.  
  70. .elem3 {
  71. width: 200px;
  72. height: 100px;
  73. margin: 0;
  74. padding: 0;
  75. position: absolute;
  76. margin-left: 204px;
  77. background: #FF0000;
  78. border: 2px solid black;
  79. }
  80.  
  81. .elem6 {
  82. width: 100px;
  83. height: 200px;
  84. margin: 0;
  85. padding: 0;
  86. position: absolute;
  87. margin-left: 406px;
  88. background: #0000FF;
  89. border: 2px solid black;
  90. }
  91.  
  92. .elem4 {
  93. width: 200px;
  94. height: 100px;
  95. margin: 0;
  96. padding: 0;
  97. position: absolute;
  98. margin-left: 102px;
  99. margin-top: 102px;
  100. background: #fff;
  101. border: 2px solid black;
  102. }
  103.  
  104. .elem5 {
  105. width: 100px;
  106. height: 202px;
  107. margin: 0;
  108. padding: 0;
  109. position: absolute;
  110. margin-left: 304px;
  111. margin-top: 102px;
  112. background: #FFFF00;
  113. border: 2px solid black;
  114. }
  115.  
  116. .elem7 {
  117. width: 200px;
  118. height: 100px;
  119. margin: 0;
  120. padding: 0;
  121. position: absolute;
  122. margin-top: 204px;
  123. background: #0000FF;
  124. border: 2px solid black;
  125. }
  126.  
  127. .elem8 {
  128. width: 100px;
  129. height: 100px;
  130. margin: 0;
  131. padding: 0;
  132. position: absolute;
  133. margin-left: 202px;
  134. margin-top: 204px;
  135. background: #000;
  136. border: 2px solid black;
  137. }
  138.  
  139. .elem9 {
  140. width: 100px;
  141. height: 200px;
  142. margin: 0;
  143. padding: 0;
  144. position: absolute;
  145. margin-left: 406px;
  146. margin-top: 202px;
  147. background: #fff;
  148. border: 2px solid black;
  149. }
  150.  
  151. .elem10 {
  152. width: 100px;
  153. height: 100px;
  154. margin: 0;
  155. padding: 0;
  156. position: absolute;
  157. margin-top: 306px;
  158. background: #fff;
  159. border: 2px solid black;
  160. }
  161.  
  162. .elem11 {
  163. width: 100px;
  164. height: 200px;
  165. margin: 0;
  166. padding: 0;
  167. position: absolute;
  168. margin-left: 102px;
  169. margin-top: 306px;
  170. background: #FFFF00;
  171. border: 2px solid black;
  172. }
  173.  
  174. .elem12 {
  175. width: 200px;
  176. height: 98px;
  177. margin: 0;
  178. padding: 0;
  179. position: absolute;
  180. margin-left: 204px;
  181. margin-top: 306px;
  182. background: #FF0000;
  183. border: 2px solid black;
  184. }
  185.  
  186. .elem13 {
  187. width: 100px;
  188. height: 100px;
  189. margin: 0;
  190. padding: 0;
  191. position: absolute;
  192. margin-top: 406px;
  193. background: #FF0000;
  194. border: 2px solid black;
  195. }
  196.  
  197. .elem14 {
  198. width: 100px;
  199. height: 100px;
  200. margin: 0;
  201. padding: 0;
  202. position: absolute;
  203. margin-left: 204px;
  204. margin-top: 406px;
  205. background: #0000FF;
  206. border: 2px solid black;
  207. }
  208.  
  209. .elem15 {
  210. width: 200px;
  211. height: 100px;
  212. margin: 0;
  213. padding: 0;
  214. position: absolute;
  215. margin-left: 306px;
  216. margin-top: 406px;
  217. background: #000;
  218. border: 2px solid black;
  219. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement