Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <style>
  5. .parent {
  6. position: relative;
  7. top: 0;
  8. left: 0;
  9. }
  10. .image1 {
  11. position: relative;
  12. top: 0;
  13. left: 0;
  14. }
  15. .image2 {
  16. position: absolute;
  17. top: 0px;
  18. left: 0px;
  19. }</style>
  20. <h1>jee jeee</h1>
  21. <div><h2>asd</h2></div>
  22. <img src="smiley.gif" alt="Smiley face" width="42" height="42">
  23. <div class="parent">
  24. <img class="image1" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Karte_Bundesrepublik_Deutschland.svg/300px-Karte_Bundesrepublik_Deutschland.svg.png" />
  25. <img class="image2" src="https://fossdroid.com/images/icons/com.eibriel.reddot.3.png" />
  26. </div>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement