Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!doctype html>
  2. <head>
  3. <title></title>
  4. <style>
  5. #Nun
  6. {
  7. background-image: url('https://cdn.discordapp.com/attachments/244503718995820545/570139608197758976/mother_theresa.png');
  8. width: 438px;
  9. height: 654px;
  10. border: 3px;
  11. border-color:#000000
  12. }
  13.  
  14. #Nun:hover
  15. {
  16. background-image: url('https://i.gyazo.com/3c33db7e23a5e09f6b8fcd953227c98c.png');
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <table border="2px" style="border-color:#000000">
  22. <tr>
  23. <td><div id="Nun" style="border:2px;"></div></td>
  24. </tr>
  25. </table>
  26. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement