Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. .side {
  2. display: inline-block;
  3. -webkit-box-sizing: content-box;
  4. -moz-box-sizing: content-box;
  5. box-sizing: content-box;
  6. width: 256px;
  7. height: 42px;
  8. cursor: pointer;
  9. padding: 0 16px;
  10. border: 1px solid #018dc4;
  11. -webkit-border-radius: 3px;
  12. border-radius: 3px;
  13. font: normal 16px/normal "coda", Helvetica, sans-serif;
  14. color: rgba(255,255,255,0.9);
  15. text-align: right;
  16. -o-text-overflow: clip;
  17. text-overflow: clip;
  18. background: url("http://enjoycss.com/bg-img/custom/22725-t12k71.png"), #6441a5;
  19. background-repeat: no-repeat;
  20. background-position: 1% 50%;
  21. -webkit-background-origin: padding-box;
  22. background-origin: padding-box;
  23. -webkit-background-clip: border-box;
  24. background-clip: border-box;
  25. -webkit-background-size: contain;
  26. background-size: contain;
  27. -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  28. box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  29. text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  30. -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  31. -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  32. -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  33. transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement