Guest User

Untitled

a guest
May 27th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. button {
  2. display: block;
  3. -webkit-transition: all .2s;
  4. -moz-transition: all .2s;
  5. -o-transition: all .2s;
  6. -ms-transition: all .2s;
  7. height: 30px;
  8. width: 100%;
  9. border-style: none;
  10. border-width: 0px;
  11. background-color: rgb(40,40,40);
  12. color: whitesmoke;
  13. border-radius: 4px;
  14. font-family: Consolas;
  15. }
  16.  
  17. button:hover
  18. {
  19. background-color:rgb(30,30,30);
  20. }
Add Comment
Please, Sign In to add comment