Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. .penduricalho{
  2. background-repeat: no-repeat;
  3. position: relative;
  4. top: -200px;
  5. right: -200px;
  6. margin-bottom: -500px;
  7. -webkit-transition: bottom 0.3s;
  8. -moz-transition: bottom 0.3s;
  9. -o-transition: bottom 0.3s;
  10. }
  11.  
  12. .penduricalho{
  13. background-repeat: no-repeat;
  14. position: relative;
  15. top: -200px;
  16. right: -200px;
  17. margin-bottom: -500px;
  18. }
  19.  
  20. figcaption {
  21. position: absolute;
  22. background: rgba(0,0,0,0.75);
  23. color: white;
  24. padding: 10px 20px;
  25.  
  26. opacity: 0;
  27. bottom: 0;
  28. bottom: : -30%;
  29. -webkit-transition: all 0.6s ease;
  30. -moz-transition: all 0.6s ease;
  31. -o-transition: all 0.6s ease;
  32. }
  33.  
  34. figure:hover figcaption {
  35. opacity: 1;
  36. left: 0;
  37. }
  38.  
  39. <div class="penduricalho">
  40. <figure>
  41. <a href="http://10.0.1.43/"><img src="http://alojamento.fct.unl.pt/sites/all/themes/javali_theme/images/penduricalho.png"></img></a></p>
  42. <figcaption>
  43. aye!!
  44. </figure>
  45. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement