sexycullen

add hover tags theme 202

Jul 17th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. procure por .bordertags {
  2. e adicione isso:
  3.  
  4. -webkit-transition: all 0.5s ease-in-out;
  5. -moz-transition: all 0.5s ease-in-out;
  6. -o-transition: all 0.5s ease-in-out; opacity:0;
  7.  
  8.  
  9. ~
  10.  
  11.  
  12. procure por .tags {
  13. e poste isso antes:
  14.  
  15. .posts:hover .tags {
  16. margin-top:px;filter: alpha(opacity = 100);
  17. opacity:100;-webkit-transition: all 0.5s ease-in-out;
  18. -moz-transition: all 0.5s ease-in-out;
  19. -o-transition: all 0.5s ease-in-out;}
  20.  
  21. .posts:hover .bordertags {
  22. filter: alpha(opacity = 100);
  23. opacity:100;-webkit-transition: all 0.5s ease-in-out;
  24. -moz-transition: all 0.5s ease-in-out;
  25. -o-transition: all 0.5s ease-in-out;}
  26.  
  27.  
  28. ~
  29.  
  30.  
  31. dentro de .tags {
  32. coloque isso:
  33.  
  34. -webkit-transition: all 0.5s ease-in-out;
  35. -moz-transition: all 0.5s ease-in-out;
  36. -o-transition: all 0.5s ease-in-out;
  37. position:absolute; opacity:0;
Advertisement
Add Comment
Please, Sign In to add comment