Guest User

Untitled

a guest
May 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .btn {
  2. -webkit-border-radius: 0;
  3. -moz-border-radius: 0;
  4. border-radius: 0px;
  5. font-family: Arial;
  6. color: #ffffff !important;
  7. font-size: 22px;
  8. background: #8cc462;
  9. padding: 12px 22px 12px 22px;
  10. text-decoration: none;
  11. border-bottom: 4px solid #6a944a !important;
  12. position: relative;
  13. display: inline-block;
  14. }
  15.  
  16. .btn:hover {
  17. background: #97d26a;
  18. text-decoration: none;
  19. }
Add Comment
Please, Sign In to add comment