Guest User

Untitled

a guest
Feb 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /**
  2. * Extending the hit area — with borders
  3. */
  4.  
  5. button {
  6. padding: .3em .5em;
  7. border: 10px solid transparent;
  8. border-radius: 50%;
  9. background: #58a;
  10. background-clip: padding-box;
  11. box-shadow: 0 0 0 1px rgba(255,0,0,.3) inset;
  12. color: white;
  13. font: bold 150%/1 sans-serif;
  14. cursor: pointer;
  15. }
Add Comment
Please, Sign In to add comment