Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. img {position: absolute; height: auto; }
  6. </style>
  7. </head>
  8. <body>
  9. <img style="width: 100%; top: 0px; left: 0px;" src="dad.png">
  10. <img style="width: 28%; top: 3%; left: 38%;" src="img1.png"></img>
  11. <img style="width: 28%; top: 29%; left: 38%;" src="img2.png"></img>
  12. <img style="width: 28%; top: 55%; left: 38%;" src="img3.png"></img>
  13. <img style="width: 28%; top: 3%; left: 69%;" src="img4.png"></img>
  14. <img style="width: 28%; top: 29%; left: 69%;" src="img5.png"></img>
  15. <img style="width: 28%; top: 55%; left: 69%;" src="img6.png"></img>
  16. </img>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement