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 ...

Comments
Post a Comment