Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. .btn {
  2. background: #ddc1fc;
  3. background-image: -webkit-linear-gradient(top, #ddc1fc, #ebe6f2);
  4. background-image: -moz-linear-gradient(top, #ddc1fc, #ebe6f2);
  5. background-image: -ms-linear-gradient(top, #ddc1fc, #ebe6f2);
  6. background-image: -o-linear-gradient(top, #ddc1fc, #ebe6f2);
  7. background-image: linear-gradient(to bottom, #ddc1fc, #ebe6f2);
  8. -webkit-border-radius: 49;
  9. -moz-border-radius: 49;
  10. border-radius: 49px;
  11. font-family: Courier New;
  12. color: #7d8072;
  13. font-size: 15px;
  14. padding: 5px;
  15. text-decoration: none;
  16. }
  17.  
  18. .btn:hover {
  19. background: #c2a3e0;
  20. text-decoration: none;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement