Advertisement
clickio

No exit Sticky

Apr 16th, 2020
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <style>
  2.     :root {
  3.         --lx-bg-color: #fff;
  4.         --lx-cross-color: #000;
  5.     }
  6.  
  7.     #lx_663521 {
  8.         width: 100%;
  9.         max-height: 104px;
  10.         padding-top: 4px;
  11.         z-index: 2147483647;
  12.         position: fixed;
  13.         bottom: 0px;
  14.         background: var(--lx-bg-color);
  15.         text-align: center;
  16.         transition: 300ms ease-in;
  17.         line-height: 0px;
  18.         box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  19.     }
  20. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement