elsaofarendelle

music player

Feb 3rd, 2017 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. #tunes{
  2. color: #f7839d;
  3. background: transpaent;
  4. position:fixed;
  5. text-align: center;
  6. padding: 7px;
  7. left:10px;
  8. bottom: 10px;
  9. height:10px;
  10. width: 11px;
  11. overflow:hidden;
  12. border: 1px none #f7839d;
  13. -webkit-transition: opacity 0.7s linear;
  14. -webkit-transition: all 0.7s ease-in-out;
  15. -moz-transition: all 0.7s ease-in-out;
  16. -o-transition: all 0.7s ease-in-out;
  17. z-index:999999999;
  18. }
  19.  
  20. #tunes:hover{
  21. text-align: left;
  22. -webkit-transition: opacity 0.7s linear;
  23. -webkit-transition: all 0.7s ease-in-out;
  24. -moz-transition: all 0.7s ease-in-out;
  25. -o-transition: all 0.7s ease-in-out;
  26. padding:5px;
  27. height:25px;
  28. width:125px;
  29. z-index:999999999;
  30. opacity: 2.0;
  31. background:#fbb5be;
  32. border: 3px double #f7839d;
  33. }
  34.  
  35. .tunestitle {
  36. background: #f7839d;
  37. padding: 2px;
  38. font-size: 12px;
  39. }
  40.  
  41. <div id="tunes">
  42. <b><img src="https://68.media.tumblr.com/tumblr_m1kvew79vB1r7xhvj.gif"></b>
  43.  
  44. </div>
Advertisement
Add Comment
Please, Sign In to add comment