Advertisement
brooklyndesignstudio

Another Sticky Button

Oct 8th, 2020
1,252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. <a class="sticky-button" href="tel:0011223344">Questions? Call Now!</a>
  2.  
  3. .sticky-button {
  4.   z-index: -1;
  5.   position: fixed;
  6.   left: 15px;
  7.   bottom: 15px;
  8.   background: #DD1616;
  9.   padding: 8px 12px !important;
  10.   border-radius: 50px;
  11.   color: #ffffff;
  12.   font-size: 18px;
  13.   font-weight: 900;
  14.   text-decoration: none;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement