Advertisement
milktree

Untitled

Dec 11th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <style type="text/css">
  2. .card {
  3. position: relative;
  4. display: inline-block;
  5. margin-top: 10px;
  6. }
  7. .card .img-top {
  8. display: none;
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. z-index: 99;
  13. }
  14. .card:hover .img-top {
  15. display: inline;
  16. }
  17. </style>
  18. <body>
  19. <div class="card">
  20. <img src="https://my.mixtape.moe/gyftra.jpg" alt="Back">
  21. <img src="https://my.mixtape.moe/yrbwzl.jpg" class="img-top" alt="Front">
  22. </div>
  23. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement