Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #tunes{
- color: #f7839d;
- background: transpaent;
- position:fixed;
- text-align: center;
- padding: 7px;
- left:10px;
- bottom: 10px;
- height:10px;
- width: 11px;
- overflow:hidden;
- border: 1px none #f7839d;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:999999999;
- }
- #tunes:hover{
- text-align: left;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:25px;
- width:125px;
- z-index:999999999;
- opacity: 2.0;
- background:#fbb5be;
- border: 3px double #f7839d;
- }
- .tunestitle {
- background: #f7839d;
- padding: 2px;
- font-size: 12px;
- }
- <div id="tunes">
- <b><img src="https://68.media.tumblr.com/tumblr_m1kvew79vB1r7xhvj.gif"></b>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment