Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. a:hover {
  2.     text-decoration:
  3. none;
  4. }
  5.  
  6.  
  7. .poptamv-btn  {    
  8.     display: block;
  9.     text-align: center;
  10.     border: none;
  11.     width: 100%;
  12.     display: block;
  13.     background: #0CC243;
  14.     color: #fff;
  15.     padding: 10px 20px;
  16.     cursor: pointer;
  17.     box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, .1);
  18.     border-radius: 30px;
  19.     font-weight: 600;
  20.     font-size: 125%;
  21.     letter-spacing: 1px;
  22.       border-style: solid;
  23.     border-width: 5px 5px 5px 5px;
  24.     border-color: rgba(255,255,255,0.2);
  25.    
  26.  
  27. }
  28.  
  29.  
  30. .poptamv-btn:focus, .poptamv-btn:hover, .poptamv-btn:visited {
  31.     color: #fff;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement