Advertisement
cat_inthe_cradle

Hover 2nd Image Code

Oct 14th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2.  
  3. .hoverbox {
  4. position: fixed;
  5. background-image:url('');
  6. border-radius: ;
  7. border: px solid #a5adb3;
  8. opacity: 0;
  9. width: 1030px;
  10. height: 672px;
  11. padding: 5px;
  12. left: 250px;
  13. top: 0px;
  14. font-family: arial;
  15. font-size: px;
  16. color: #;
  17. letter-spacing: 0px;
  18. -webkit-transition: all .7s ease-in-out;
  19. }
  20. .hoverbox:hover {
  21. opacity: 1;
  22. top: 0px;
  23. }
  24. .hoverbox b {
  25. color: # ;
  26. font-family: calibri;
  27. font-size: px;
  28. line-height: 10px;
  29. text-transform: ;
  30. }
  31.  
  32. </style>
  33.  
  34.  
  35.  
  36.  
  37. <div class="hoverbox">
  38. <div style="float: left; width: 900px; height: 600px; overflow: auto; overflow-x: hidden; border: solid px #a5adb3; line-height: 8px;"><span style="font-family: andale mono,times; font-size: 12; color: #858585;"> <img src="IMAGE 2" alt="" width="" height="" /></span></div>
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement