Advertisement
Guest User

Untitled

a guest
Mar 5th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <title>Neuheiten</title>
  5.  
  6. <style type="text/css">
  7.  
  8. #Box1{position: absolute;
  9. top: 0px;left: 0px;
  10.  
  11. }
  12.  
  13. #Box2{position: absolute;
  14. top: 400px;left: 150px;
  15.  
  16. }
  17.  
  18. #Box3{position: absolute;
  19. top: 400px;left: 500px;
  20.  
  21. }
  22.  
  23. #Box4{position: absolute;
  24. top: 725px;left: 240px;
  25.  
  26. }
  27.  
  28. #Box5{position: absolute;
  29. top: 725px;left: 562px;
  30.  
  31. }
  32.  
  33. #Box6{position:absolute;
  34. top:220px; left:0px}
  35.  
  36.  
  37. </style>
  38. </head>
  39.  
  40.  
  41.  
  42.  
  43. <body>
  44.  
  45.  
  46.  
  47. <style>
  48. body {
  49. background-color: 8b8b75;
  50. }
  51. </style>
  52.  
  53.  
  54.  
  55. <div id="Box1">
  56. <a href="index.html" >
  57. <img src="onlieshop/img/banner.png" width="1024" height="220" alt="">
  58. </div>
  59.  
  60. <div id="Box2">
  61. <a href="onlieshop/windabwehr.html">klick</a>
  62. <img src="onlieshop/img/produktbilder/windabwehr.png" width="300" height="225" alt="">
  63. </div>
  64.  
  65. <div id="Box3">
  66. <a href="useless stuff/festplattenverstaerker.html">
  67. <img src="onlieshop/img/produktbilder/festplattenverstaerker.png" width="349" height="225" alt="">
  68. </div>
  69.  
  70. <div id="Box4">
  71. <a href="useless stuff/spamreiniger.html">
  72. <img src="onlieshop/img/produktbilder/spamreiniger.png" width="120" height="225" alt="">
  73. </div>
  74.  
  75. <div id="Box5">
  76. <a href="useless stuff/treiber.html">
  77. <img src="onlieshop/img/produktbilder/mauspadtreiber.png" width="225" height="225" alt="">
  78. </div>
  79.  
  80.  
  81.  
  82.  
  83. </body>
  84.  
  85.  
  86.  
  87.  
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement