Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .bubble{
- text-align:center;
- position:fixed;
- left:50px;
- top:20px;
- float:left;
- height:10px;
- width:35px;
- padding:12px 0px 12px 0px;
- padding-left:3px;
- margin-top:20px;
- overflow:hidden;
- background:transparent;
- moz-border-radius: 15px 15px 15px 15px;
- border-radius:15px 15px 15px 15px;
- -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
- z-index:999;
- box-shadow:rgba(0,0,0,0.06)3px 3px;
- background-color:#fff;
- border: #000 1px solid;
- }
- .bubble:hover
- {padding:2px;
- height:48px;
- width:70px;
- padding-top:10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment