Advertisement
chrissources

make top friends tilt + border

May 28th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <style>
  2. .friendspace td.text td td a img {
  3. float:center;
  4. background-color:#fff;
  5. border:1px solid #e7e7e7;
  6. display:inline-block;
  7. padding:3px;
  8. width:100px;
  9. height:105px;
  10. border-radius:0%;
  11. border:1px solid #e7e7e7;
  12. -webkit-transition: -webkit-transform .6s ease-in-out;
  13. transition: .7s ease-in-out;
  14. -webkit-filter: grayscale(0%);
  15. }
  16.  
  17. .friendspace td.text td td a img:hover {
  18. background-color:#ffffff;
  19.  
  20. background-image: linear-gradient(to bottom right, #fff,#fff);
  21.  
  22. -webkit-transform: rotate(20deg);
  23. transform: rotate(20deg);
  24. }
  25.  
  26. <style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement