Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. button {
  2. display: block;
  3. height: 50px;
  4. width: 150px;
  5. background: transparent;
  6. border: 3px solid #660000;
  7. margin-left: 90px;
  8.  
  9. }
  10.  
  11. button.text {
  12.  
  13. color: #660000;
  14. text-align: center;
  15. font-family: robotolight, Tahoma, Verdana, Segoe, sans-serif;
  16. font-size: 20px;
  17. text-decoration: none;
  18.  
  19. }
  20.  
  21. button:focus {outline:0;}
  22.  
  23. a {
  24. text-decoration: none;
  25. }
  26.  
  27. button:hover {
  28. color:#ffffff;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement