Guest User

Untitled

a guest
May 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. div.wrapper {
  2. font-size: 26px;
  3. }
  4. button {
  5. padding: .3em .8em;
  6. border: 1px solid #446d88;
  7. background: #58a linear-gradient(hsla(0,0%,100%,.2),
  8. transparent);
  9. border-radius: .2em;
  10. box-shadow: 0 .05em .25em gray;
  11. color: white;
  12. text-shadow: 0 -.05em .05em #335166;
  13. font-size: 125%;
  14. line-height: 1.5;
  15. }
  16. button.cancel {
  17. background-color: #c00;
  18. }
  19.  
  20. button.ok {
  21. background-color: #6b0;
  22. }
Add Comment
Please, Sign In to add comment