Call Desktop
<div class="phone_lefts-side glow" data-target="html">
<a title="Contact Us" href="tel:+91 "><i class="fa fa-phone"></i></a>
</div>
/*Call Me*/
.phone_lefts-side{position:relative;}
.phone_lefts-side a{ position: fixed; bottom: 50px; color:white; background-color:#03a84e; animation: topBottom 4s infinite; z-index: 11111; left: 20px; background-color: #0000ff; color: white; padding: 11px 16px; border-radius: 50%; font-size: 20px; animation: bounce 4s infinite alternate;}
.glow { font-size: 80px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate;}
@-webkit-keyframes glow {
from {text-shadow: 0 0 10px #f3fffd , 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #f3fffd , 0 0 60px #f3fffd , 0 0 70px #f3fffd ;}
to {text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #016098 , 0 0 60px #f3fffd , 0 0 70px #f3fffd , 0 0 80px #f3fffd ;}
}
.bounce{animation: bounce 965 1.6s ease infinite;transform-origin:50% 50%;}
@keyframes bounce{0%{transform:translateY(0)}
12.5%{transform:translateY(0)}
25%{transform:translateY(0)}
50%{transform:translateY(-15px)}
62.5%{transform:translateY(0)}
75%{transform:translateY(-15px)}
100%{transform:translateY(0)}
}
Comments
Post a Comment