Advertisement
corzopabloariel

CSS whatsapp

Apr 15th, 2020
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. #whatsapp {
  2.                 position: fixed;
  3.                 right: 20px;
  4.                 bottom: 20px;
  5.                 z-index: 2;
  6.             }
  7.             .whatsapp__icon {
  8.                 --width_height: 50px;
  9.                 --diff: 15px;
  10.                 width: var(--width_height);
  11.                 height: var(--width_height);
  12.                 font-size: calc(var(--width_height) - var(--diff));
  13.                 line-height: calc(var(--width_height) - var(--diff));
  14.                 background-color: #0DC143;
  15.                 color: #ffffff;
  16.                 display: flex;
  17.                 align-items: center !important;
  18.                 justify-content: center !important;
  19.                 border-radius: 50rem;
  20.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement