Guest User

Untitled

a guest
Feb 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /* Buttons :3 */
  2.  
  3. .btn{
  4. background:#f0f0f0;
  5. border:none;
  6. color:#707070;
  7. padding:11px 15px;
  8. border-radius:3px;
  9. cursor:pointer;
  10. outline:none;
  11. border-bottom:solid 4px #e0e0e0;
  12. position:relative;
  13. font-weight:bolder;
  14. letter-spacing:.8px;
  15. font-family: inherit;
  16. }
  17.  
  18. .btn:active{
  19. top:2px;
  20. border-bottom:solid 3px #e0e0e0;
  21. }
  22.  
  23. .btn.r{
  24. background:#F95859;
  25. color:#f0f0f0;
  26. border-color:#E43838;
  27. }
  28.  
  29. .btn.b{
  30. background:#3498db;
  31. color:#f0f0f0;
  32. border-color:#277FBA;
  33. }
  34. .btn.g{
  35. background:#16a085;
  36. color:#f0f0f0;
  37. border-color:#1C7765;
  38. }
Add Comment
Please, Sign In to add comment