Guest User

Key

a guest
Sep 5th, 2013
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.97 KB | None | 0 0
  1. <head>
  2.     <style type="text/css">
  3.         h1 { position: absolute; font-size: 0pt; background-color: red; }
  4.         .box1 { padding: 100px 10px; }
  5.         .box2 { padding: 100px 60px; left: 40px; }
  6.         .box3 { background-color: white; padding: 35px; left: 65px; top: 30px; }
  7.         .box4 { background-color: white; padding: 35px; left: 65px; top: 120px; }
  8.         .box5 { padding: 100px 60px; left: 170px; }
  9.         .box6 { background-color: white; padding: 35px; left: 195px; top: 30px; }
  10.         .box7 { background-color: white; padding: 35px; left: 195px; top: 120px; }
  11.         .box8 { padding: 60px; left: 300px; }
  12.         .box9 { background-color: white; padding: 50px 40px; left: 320px; z-index: 1; }
  13.         .box10 { padding: 100px 10px; left: 400px; }
  14.         .box11 { padding: 100px 60px; left: 430px; }
  15.         .box12 { background-color: white; padding: 40px; left: 450px; top: 30px; }
  16.         .box13 { background-color: white; padding: 30px 50px; left: 430px; top: 130px; }
  17.         .box14 { padding: 100px 60px; left: 560px; }
  18.         .box15 { background-color: white; padding: 30px 50px; left: 560px; top: 30px; z-index: 1; }
  19.         .box16 { background-color: white; padding: 40px 60px; left: 580px; top: 110px; }
  20.         .box17 { padding: 100px 60px; left: 690px; }
  21.         .box18 { background-color: white; padding: 30px 50px; left: 690px; top: 30px; }
  22.         .box19 { background-color: white; padding: 40px 50px; left: 710px; top: 110px; }
  23.         .box20 { font-size: 65pt; background-color: white; left: 820px; }
  24.     </style>
  25. </head>
  26. <body>
  27.     <h1 class="box1">1</h1>
  28.     <h1 class="box2">2</h1>
  29.     <h1 class="box3">3</h1>
  30.     <h1 class="box4">4</h1>
  31.     <h1 class="box5">5</h1>
  32.     <h1 class="box6">6</h1>
  33.     <h1 class="box7">7</h1>
  34.     <h1 class="box8">8</h1>
  35.     <h1 class="box9">9</h1>
  36.     <h1 class="box10">10</h1>
  37.     <h1 class="box11">11</h1>
  38.     <h1 class="box12">12</h1>
  39.     <h1 class="box13">13</h1>
  40.     <h1 class="box14">14</h1>
  41.     <h1 class="box15">15</h1>
  42.     <h1 class="box16">16</h1>
  43.     <h1 class="box17">17</h1>
  44.     <h1 class="box18">18</h1>
  45.     <h1 class="box19">19</h1>
  46.     <h1 class="box20">-92-89-83</h1>
  47. </body>
Advertisement
Add Comment
Please, Sign In to add comment