Skip to content

Instantly share code, notes, and snippets.

@Tridence
Created July 5, 2022 13:49
Show Gist options
  • Save Tridence/fdbe99bf432c355a1873591c296d803c to your computer and use it in GitHub Desktop.
Save Tridence/fdbe99bf432c355a1873591c296d803c to your computer and use it in GitHub Desktop.
<!--App-->
<a href="https://api.whatsapp.com/send?phone=254733318444&text=Hi!%20I%20would%20like%20to%20book%20a%20visit.%20 What%20offers%20do%20you%20currently%20have?"
class="whatsApp" target="_blank"><i class="fa fa-whatsapp my-whatsApp"></i></a>
<!--App end-->
/*Whatsapp Float Icon*/
.whatsApp {
position:fixed;
width:60px;
height:60px;
bottom:20px;
right:20px;
background-color:#25d366;
color:#FFF;
border-radius:40px;
text-align:center;
font-size:40px;
box-shadow: 2px 2px 3px rgb(143, 141, 141);
z-index:100;
}
.my-whatsApp {
margin-top:10px;
}
/*Whatsapp Float Icon*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment