Advertisement
rahmannzaid

Untitled

Oct 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <style type="text/css">
  2.     div.floating-bottom{
  3.         position:fixed;
  4.         bottom:0;
  5.         width:100%;
  6.         height:50px;
  7.         background:#333333;
  8.         text-align:center;
  9.         font-size:18px;
  10.         color:white;
  11.         padding:3px 0;
  12.         z-index: 999999;
  13.     }
  14. </style>
  15.  
  16. <div class="floating-bottom">
  17.     Order / Konsultasi:
  18.     <a href="https://api.whatsapp.com/send?phone=6285728434446&text=Order/Konsultasi">
  19.         <button class="btn btn-primary small">
  20.             <i class="fa fa-whatsapp"></i> 6285728434446
  21.         </button>
  22.     </a>
  23.     <a href="tel:6285728434446">
  24.         <button class="btn btn-primary small">
  25.             <i class="fa fa-phone"></i> 6285728434446
  26.         </button>
  27.     </a>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement