Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 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. &:hover {
  12. background: #d6d6d6;
  13. text-decoration: none;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement