Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <title>Blueasy-freebie</title>
  9.  
  10. <!-- Bootstrap -->
  11. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  12. <style>
  13. .link-img1{
  14. background: url(img/purty_wood.png)
  15. }
  16. .hover-img{
  17. display:none;
  18. opacity: 0.75;
  19. }
  20.  
  21. .link-img1:hover .hover-img{
  22. display: block;
  23. }
  24.  
  25.  
  26. </style>
  27. </head>
  28. <body>
  29.  
  30. <a href="#" class="link-img1">
  31. <div class="hover-img"><img src="img/icon.png" width="270px" height="270px"></div>
  32. </a>
  33.  
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement