Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /**
  2. * YO MAN BUTTON
  3. */
  4.  
  5. div{
  6. color: #fff;
  7. background: #3739FF;
  8. height: 20px;
  9. width: 75px;
  10. text-align: center;
  11. border-radius: 4px;
  12. box-shadow: 0px 3px 0px #161766;
  13. curser: pointer;
  14. transition: all .1s linear;
  15. }
  16.  
  17. button: active{
  18. box-shadow: 0px 1px 0px #161766;
  19. transform: translatey(2px);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement