Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .knapp {
  2. background: orange;
  3. font-family: Arial;
  4. color: black;
  5. border: 0;
  6. font-size: 1em;
  7. background: orange;
  8. padding: 10px 20px 10px 20px;
  9. text-decoration: none;
  10. }
  11.  
  12.  
  13. .knapp:hover {
  14. background: #d6d6d6;
  15. text-decoration: none;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement