Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <title>TARGIL</title>
  9. <style>
  10. * {
  11.  
  12. padding: 0;
  13. margin: 0;
  14. }
  15.  
  16. div img[src~="th"] {
  17. display: block;
  18.  
  19. }
  20.  
  21. div img:hover[src~="big"] {
  22. display: none;
  23.  
  24. }
  25. </style>
  26.  
  27. </head>
  28.  
  29. <body>
  30. <div>
  31. <img src="th cats.jpg" alt="small cat">
  32. <img src="th cats2.jpg" alt="small cat">
  33. <img src="th cat 3.jpg" alt="small cat">
  34. <img src="th cats 4.jpg" alt="small cat">
  35. <img src="big cats.jpg" alt="big cats">
  36. <img src="big cats 2.jpg" alt="big cats">
  37. <img src="big cat 3.jpg" alt="big cats">
  38. <img src="big cats 4.jpg" alt="big cats">
  39. </div>
  40.  
  41. </body>
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement